#c49851

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

Shades of Tussock #C49851

Tints of Tussock #C49851

Color information

#C49851 (or 0xC49851) is unknown color: approx Tussock. HEX triplet: C4, 98 and 51. RGB value is (196,152,81). Sum of RGB (Red+Green+Blue) = 196+152+81=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49851 is #3B67AE. Grayscale: #9D9D9D. Windows color (decimal): -3893167 or 5347524. OLE color: 5347524.

HSL color Cylindrical-coordinate representation of color #C49851: hue angle of 37.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49851 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB19615281-
CMYK00.220.590.23
HSL37.04º49.36%54.31%-
HSV(B)37.04º58.67%76.86%-
XYZ35.4834.7912.63-
YUV157.0685.08155.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=45.69%
G=35.43%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961528100.220.590.2337.0449.3654.31
HexC498510163B17253136
Octal3042301210267327456166
Binary1100010010011000101000101011011101110111100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c49851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c49851; }

 p { color: rgb(196,152,81); }

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

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

 a { background-color: rgb(196,152,81); }

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

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

 span { border-color: rgb(196,152,81); }

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