Color Hex Logo

#c4774b Color Hex

#C4774B
(196,119,75)
0 Favorites   0 Comments

Color spaces of #c4774b

RGB 19611975
HSL0.060.510.53
HSV22°62°77°
CMYK 0.000.390.62   0.23
XYZ30.631825.43749.9521
Yxy25.43740.46400.3853
Hunter Lab50.435520.149123.6056
CIE-Lab57.499125.999136.6316

#c4774b color RGB value is (196,119,75).

#c4774b hex color red value is 196, green value is 119 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c4774b hue: 0.06 , saturation: 0.51 and the lightness value of c4774b is 0.53.

The process color (four color CMYK) of #c4774b color hex is 0.00, 0.39, 0.62, 0.23. Web safe color of #c4774b is #cc6633. Color #c4774b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 01001011
Octal 304 167 113
Decimal 196 119 75
Hex C4 77 4B

RGB Percentages of Color #c4774b

%50.26
%30.51
%19.23

CMYK Percentages of Color #c4774b

%0
%39
%62
%23

Triadic Colors of #c4774b

#c4774b #4bc477 #774bc4

Analogous Colors of #c4774b

#c4774b #c4b44b #c44b5b

Monochromatic Colors of #c4774b

#c4774b

Complementary Color

#c4774b #4b98c4

#c4774b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4774b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4774b Color CSS Codes

.mybgcolor {background-color:#c4774b; } 
.myforecolor {color:#c4774b; }
.mybordercolor {border:3px solid #c4774b; }

#c4774b Text Font Color

<p style="color:#c4774b">Text here</p>

This sample text font color is #c4774b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4774b Background Color

<div style="background-color:#c4774b">
Div content here</div>

This div background color is #c4774b


#c4774b Border Color

<div style="border:3px solid #c4774b">
Div here</div>

This div border color is #c4774b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,119,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4774b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4774b;
  -webkit-box-shadow: 1px 1px 3px 2px #c4774b;
  box-shadow:         1px 1px 3px 2px #c4774b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,119,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4774b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4774b;
  -webkit-box-shadow: 1px 1px 3px 2px #c4774b;
  box-shadow:         1px 1px 3px 2px #c4774b;">
Div content here</div>

This div box has shadow with color #c4774b


Comments

No comments written yet.

Please login to write comment.