#C89B4D

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

Shades of Tussock #C89B4D

Tints of Tussock #C89B4D

Color information

#C89B4D (or 0xC89B4D) is unknown color: approx Tussock. HEX triplet: C8, 9B and 4D. RGB value is (200,155,77). Sum of RGB (Red+Green+Blue) = 200+155+77=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B4D is #3764B2. Grayscale: #9F9F9F. Windows color (decimal): -3630259 or 5086152. OLE color: 5086152.

HSL color Cylindrical-coordinate representation of color #C89B4D: hue angle of 38.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C89B4D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20015577-
CMYK00.220.620.22
HSL38.05º52.79%54.31%-
HSV(B)38.05º61.5%78.43%-
XYZ36.8836.2612.08-
YUV159.5681.41156.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=46.30%
G=35.88%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001557700.220.620.2238.0552.7954.31
HexC89B4D0163E16263536
Octal3102331150267626466566
Binary1100100010011011100110101011011111010110100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89B4D; }

 p { color: rgb(200,155,77); }

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

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

 a { background-color: rgb(200,155,77); }

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

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

 span { border-color: rgb(200,155,77); }

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