#C09349

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

Shades of Tussock #C09349

Tints of Tussock #C09349

Color information

#C09349 (or 0xC09349) is unknown color: approx Tussock. HEX triplet: C0, 93 and 49. RGB value is (192,147,73). Sum of RGB (Red+Green+Blue) = 192+147+73=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C09349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09349 is #3F6CB6. Grayscale: #989898. Windows color (decimal): -4156599 or 4821952. OLE color: 4821952.

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

Color convert

RGB19214773-
CMYK00.230.620.25
HSL37.31º48.57%51.96%-
HSV(B)37.31º61.98%75.29%-
XYZ33.3732.5510.83-
YUV152.0283.41156.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 73 (28.91% from 255) = 17.72%
R=46.60%
G=35.68%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921477300.230.620.2537.3148.5751.96
HexC093490173E19253134
Octal3002231110277631456164
Binary1100000010010011100100101011111111011001100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09349; }

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

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

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

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

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

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

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

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