#C29945

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

Shades of Tussock #C29945

Tints of Tussock #C29945

Color information

#C29945 (or 0xC29945) is unknown color: approx Tussock. HEX triplet: C2, 99 and 45. RGB value is (194,153,69). Sum of RGB (Red+Green+Blue) = 194+153+69=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C29945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29945 is #3D66BA. Grayscale: #9C9C9C. Windows color (decimal): -4023995 or 4561346. OLE color: 4561346.

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

Color convert

RGB19415369-
CMYK00.210.640.24
HSL40.32º50.61%51.57%-
HSV(B)40.32º64.43%76.08%-
XYZ34.7134.6810.49-
YUV155.6879.08155.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=46.63%
G=36.78%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941536900.210.640.2440.3250.6151.57
HexC299450154018283334
Octal30223110502510030506364
Binary11000010100110011000101010101100000011000101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29945; }

 p { color: rgb(194,153,69); }

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

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

 a { background-color: rgb(194,153,69); }

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

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

 span { border-color: rgb(194,153,69); }

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