#C09345

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

Shades of Tussock #C09345

Tints of Tussock #C09345

Color information

#C09345 (or 0xC09345) is unknown color: approx Tussock. HEX triplet: C0, 93 and 45. RGB value is (192,147,69). Sum of RGB (Red+Green+Blue) = 192+147+69=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C09345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09345 is #3F6CBA. Grayscale: #979797. Windows color (decimal): -4156603 or 4559808. OLE color: 4559808.

HSL color Cylindrical-coordinate representation of color #C09345: hue angle of 38.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C09345 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19214769-
CMYK00.230.640.25
HSL38.05º49.4%51.18%-
HSV(B)38.05º64.06%75.29%-
XYZ33.2532.510.15-
YUV151.5681.41156.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=47.06%
G=36.03%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921476900.230.640.2538.0549.451.18
HexC093450174019263133
Octal30022310502710031466163
Binary11000000100100111000101010111100000011001100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09345; }

 p { color: rgb(192,147,69); }

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

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

 a { background-color: rgb(192,147,69); }

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

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

 span { border-color: rgb(192,147,69); }

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