#C29D48

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

Shades of Tussock #C29D48

Tints of Tussock #C29D48

Color information

#C29D48 (or 0xC29D48) is unknown color: approx Tussock. HEX triplet: C2, 9D and 48. RGB value is (194,157,72). Sum of RGB (Red+Green+Blue) = 194+157+72=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D48 is #3D62B7. Grayscale: #9E9E9E. Windows color (decimal): -4022968 or 4758978. OLE color: 4758978.

HSL color Cylindrical-coordinate representation of color #C29D48: hue angle of 41.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C29D48 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19415772-
CMYK00.190.630.24
HSL41.8º50%52.16%-
HSV(B)41.8º62.89%76.08%-
XYZ35.4736.0511.22-
YUV158.3779.26153.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=45.86%
G=37.12%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941577200.190.630.2441.85052.16
HexC29D480133F182a3234
Octal3022351100237730526264
Binary1100001010011101100100001001111111111000101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D48; }

 p { color: rgb(194,157,72); }

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

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

 a { background-color: rgb(194,157,72); }

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

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

 span { border-color: rgb(194,157,72); }

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