#c2894d

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

Shades of Tussock #C2894D

Tints of Tussock #C2894D

Color information

#C2894D (or 0xC2894D) is unknown color: approx Tussock. HEX triplet: C2, 89 and 4D. RGB value is (194,137,77). Sum of RGB (Red+Green+Blue) = 194+137+77=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2894D is #3D76B2. Grayscale: #939393. Windows color (decimal): -4028083 or 5081538. OLE color: 5081538.

HSL color Cylindrical-coordinate representation of color #C2894D: hue angle of 30.77º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2894D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19413777-
CMYK00.290.600.24
HSL30.77º48.95%53.14%-
HSV(B)30.77º60.31%76.08%-
XYZ32.5329.911.08-
YUV147.288.38161.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=47.55%
G=33.58%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941377700.290.600.2430.7748.9553.14
HexC2894D01D3C181f3135
Octal3022111150357430376165
Binary110000101000100110011010111011111001100011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2894d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2894d; }

 p { color: rgb(194,137,77); }

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

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

 a { background-color: rgb(194,137,77); }

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

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

 span { border-color: rgb(194,137,77); }

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