#C49C45

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

Shades of Tussock #C49C45

Tints of Tussock #C49C45

Color information

#C49C45 (or 0xC49C45) is unknown color: approx Tussock. HEX triplet: C4, 9C and 45. RGB value is (196,156,69). Sum of RGB (Red+Green+Blue) = 196+156+69=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C45 is #3B63BA. Grayscale: #9E9E9E. Windows color (decimal): -3892155 or 4562116. OLE color: 4562116.

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

Color convert

RGB19615669-
CMYK00.200.650.23
HSL41.1º51.84%51.96%-
HSV(B)41.1º64.8%76.86%-
XYZ35.7335.9410.68-
YUV158.0477.75155.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=46.56%
G=37.05%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961566900.200.650.2341.151.8451.96
HexC49C450144117293434
Octal30423410502410127516464
Binary11000100100111001000101010100100000110111101001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C45; }

 p { color: rgb(196,156,69); }

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

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

 a { background-color: rgb(196,156,69); }

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

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

 span { border-color: rgb(196,156,69); }

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