#c49d4f

Color #C49D4F Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C49D4F

Tints of Tussock #C49D4F

Color information

#C49D4F (or 0xC49D4F) is unknown color: approx Tussock. HEX triplet: C4, 9D and 4F. RGB value is (196,157,79). Sum of RGB (Red+Green+Blue) = 196+157+79=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D4F is #3B62B0. Grayscale: #A0A0A0. Windows color (decimal): -3891889 or 5217732. OLE color: 5217732.

HSL color Cylindrical-coordinate representation of color #C49D4F: hue angle of 40º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C49D4F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19615779-
CMYK00.200.600.23
HSL40º49.79%53.92%-
HSV(B)40º59.69%76.86%-
XYZ36.2336.4112.52-
YUV159.7782.42153.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 79 (31.25% from 255) = 18.29%
R=45.37%
G=36.34%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961577900.200.600.234049.7953.92
HexC49D4F0143C17283236
Octal3042351170247427506266
Binary1100010010011101100111101010011110010111101000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49d4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49d4f; }

 p { color: rgb(196,157,79); }

 H1.HeaderClassName
 {
   color: #c49d4f;
 }
 .AnyTagClassName
 {
   color: #c49d4f;
 }
</style>
background-color css

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

 a { background-color: rgb(196,157,79); }

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

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

 span { border-color: rgb(196,157,79); }

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