Html Css Color HEX #C4884B Tussock

📋 copy color: '#C4884B'

red 196 ◦ green 136 ◦ blue 75

#C4884B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tussock #C4884B

Tints of Tussock #C4884B

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 48.16%
G = 33.42%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4884B (or 0xC4884B) is known color: Tussock. HEX triplet: C4, 88 and 4B. RGB value is (196,136,75). Sum of RGB (Red+Green+Blue) = 196+136+75=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4884B is #3B77B4. Grayscale: #939393. Windows color (decimal): -3897269 or 4950212. OLE color: 4950212.

HSL color Cylindrical-coordinate representation of color #C4884B: hue angle of 30.25º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4884B is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 75 -
CMYK 0 0.31 0.62 0.23
HSL 30.25º 0.51% 0.53% -
HSV(B) 30.25º 0.62% 0.77% -
XYZ 32.84 29.85 10.69 -
YUV 146.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 196 136 75 0 0.31 0.62 0.23 30.25 0.51 0.53
Hex C4 88 4B 0 1F 3E 17 1E 33 35
Octal 304 210 113 0 37 76 27 36 63 65
Binary 11000100 10001000 1001011 0 11111 111110 10111 11110 110011 110101

Color Harmonies of #C4884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4884B

Black with #C4884B

Text Example


Text Example

White with #C4884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4884B; }

 p { color: rgb(196,136,75); }

 H1.HeaderClassName
 {
   color: #C4884B;
 }
 .AnyTagClassName
 {
   color: #C4884B;
 }
</style>

background-color css

<style>
 a { background-color: #C4884B; }

 a { background-color: rgb(196,136,75); }

 div.DivClassName
 {
   background-color: #C4884B;
 }
 .BgClassName
 {
   background-color: #C4884B;
 }
</style>

border-color css

<style>
 span { border-color: #C4884B; }

 span { border-color: rgb(196,136,75); }

 td.TdClassName
 {
   border-color: #C4884B;
 }
 .TagClassName
 {
   border-color: #C4884B;
 }
</style>