#C5964D

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

Shades of Tussock #C5964D

Tints of Tussock #C5964D

Color information

#C5964D (or 0xC5964D) is unknown color: approx Tussock. HEX triplet: C5, 96 and 4D. RGB value is (197,150,77). Sum of RGB (Red+Green+Blue) = 197+150+77=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5964D is #3A69B2. Grayscale: #9C9C9C. Windows color (decimal): -3828147 or 5084869. OLE color: 5084869.

HSL color Cylindrical-coordinate representation of color #C5964D: hue angle of 36.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5964D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19715077-
CMYK00.240.610.23
HSL36.5º50.85%53.73%-
HSV(B)36.5º60.91%77.25%-
XYZ35.2734.2211.77-
YUV155.7383.57157.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=46.46%
G=35.38%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971507700.240.610.2336.550.8553.73
HexC5964D0183D17253336
Octal3052261150307527456366
Binary1100010110010110100110101100011110110111100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5964D; }

 p { color: rgb(197,150,77); }

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

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

 a { background-color: rgb(197,150,77); }

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

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

 span { border-color: rgb(197,150,77); }

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