#C08B49

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

Shades of Tussock #C08B49

Tints of Tussock #C08B49

Color information

#C08B49 (or 0xC08B49) is unknown color: approx Tussock. HEX triplet: C0, 8B and 49. RGB value is (192,139,73). Sum of RGB (Red+Green+Blue) = 192+139+73=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B49 is #3F74B6. Grayscale: #939393. Windows color (decimal): -4158647 or 4819904. OLE color: 4819904.

HSL color Cylindrical-coordinate representation of color #C08B49: hue angle of 33.28º 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 #C08B49 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19213973-
CMYK00.280.620.25
HSL33.28º48.57%51.96%-
HSV(B)33.28º61.98%75.29%-
XYZ32.1730.1510.43-
YUV147.3286.06159.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=47.52%
G=34.41%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921397300.280.620.2533.2848.5751.96
HexC08B4901C3E19213134
Octal3002131110347631416164
Binary1100000010001011100100101110011111011001100001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B49; }

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

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

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

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

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

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

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

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