#C89A4F

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

Shades of Tussock #C89A4F

Tints of Tussock #C89A4F

Color information

#C89A4F (or 0xC89A4F) is unknown color: approx Tussock. HEX triplet: C8, 9A and 4F. RGB value is (200,154,79). Sum of RGB (Red+Green+Blue) = 200+154+79=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A4F is #3765B0. Grayscale: #9F9F9F. Windows color (decimal): -3630513 or 5216968. OLE color: 5216968.

HSL color Cylindrical-coordinate representation of color #C89A4F: hue angle of 37.19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C89A4F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB20015479-
CMYK00.230.600.22
HSL37.19º52.38%54.71%-
HSV(B)37.19º60.5%78.43%-
XYZ36.7935.9612.4-
YUV159.282.74157.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=46.19%
G=35.57%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001547900.230.600.2237.1952.3854.71
HexC89A4F0173C16253437
Octal3102321170277426456467
Binary1100100010011010100111101011111110010110100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A4F; }

 p { color: rgb(200,154,79); }

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

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

 a { background-color: rgb(200,154,79); }

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

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

 span { border-color: rgb(200,154,79); }

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