#c0894e

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

Shades of Tussock #C0894E

Tints of Tussock #C0894E

Color information

#C0894E (or 0xC0894E) is unknown color: approx Tussock. HEX triplet: C0, 89 and 4E. RGB value is (192,137,78). Sum of RGB (Red+Green+Blue) = 192+137+78=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0894E is #3F76B1. Grayscale: #939393. Windows color (decimal): -4159154 or 5147072. OLE color: 5147072.

HSL color Cylindrical-coordinate representation of color #C0894E: hue angle of 31.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0894E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19213778-
CMYK00.290.590.25
HSL31.05º47.5%52.94%-
HSV(B)31.05º59.38%75.29%-
XYZ32.0629.6511.24-
YUV146.7289.22160.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=47.17%
G=33.66%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921377800.290.590.2531.0547.552.94
HexC0894E01D3B191f3035
Octal3002111160357331376065
Binary110000001000100110011100111011110111100111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0894e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0894e; }

 p { color: rgb(192,137,78); }

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

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

 a { background-color: rgb(192,137,78); }

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

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

 span { border-color: rgb(192,137,78); }

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