#C49A51

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

Shades of Tussock #C49A51

Tints of Tussock #C49A51

Color information

#C49A51 (or 0xC49A51) is unknown color: approx Tussock. HEX triplet: C4, 9A and 51. RGB value is (196,154,81). Sum of RGB (Red+Green+Blue) = 196+154+81=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A51 is #3B65AE. Grayscale: #9E9E9E. Windows color (decimal): -3892655 or 5348036. OLE color: 5348036.

HSL color Cylindrical-coordinate representation of color #C49A51: hue angle of 38.09º 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 #C49A51 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB19615481-
CMYK00.210.590.23
HSL38.09º49.36%54.31%-
HSV(B)38.09º58.67%76.86%-
XYZ35.8135.4412.74-
YUV158.2484.41154.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 81 (32.03% from 255) = 18.79%
R=45.48%
G=35.73%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961548100.210.590.2338.0949.3654.31
HexC49A510153B17263136
Octal3042321210257327466166
Binary1100010010011010101000101010111101110111100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A51; }

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

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

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

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

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

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

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

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