#C29A51

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

Shades of Tussock #C29A51

Tints of Tussock #C29A51

Color information

#C29A51 (or 0xC29A51) is unknown color: approx Tussock. HEX triplet: C2, 9A and 51. RGB value is (194,154,81). Sum of RGB (Red+Green+Blue) = 194+154+81=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A51 is #3D65AE. Grayscale: #9D9D9D. Windows color (decimal): -4023727 or 5348034. OLE color: 5348034.

HSL color Cylindrical-coordinate representation of color #C29A51: hue angle of 38.76º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29A51 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19415481-
CMYK00.210.580.24
HSL38.76º48.09%53.92%-
HSV(B)38.76º58.25%76.08%-
XYZ35.2935.1712.71-
YUV157.6484.75153.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=45.22%
G=35.90%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941548100.210.580.2438.7648.0953.92
HexC29A510153A18273036
Octal3022321210257230476066
Binary1100001010011010101000101010111101011000100111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A51; }

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

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

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

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

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

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

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

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