#C5984A

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

Shades of Tussock #C5984A

Tints of Tussock #C5984A

Color information

#C5984A (or 0xC5984A) is unknown color: approx Tussock. HEX triplet: C5, 98 and 4A. RGB value is (197,152,74). Sum of RGB (Red+Green+Blue) = 197+152+74=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5984A is #3A67B5. Grayscale: #9C9C9C. Windows color (decimal): -3827638 or 4888773. OLE color: 4888773.

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

Color convert

RGB19715274-
CMYK00.230.620.23
HSL38.05º51.46%53.14%-
HSV(B)38.05º62.44%77.25%-
XYZ35.4934.8211.33-
YUV156.5681.41156.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=46.57%
G=35.93%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971527400.230.620.2338.0551.4653.14
HexC5984A0173E17263335
Octal3052301120277627466365
Binary1100010110011000100101001011111111010111100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5984A; }

 p { color: rgb(197,152,74); }

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

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

 a { background-color: rgb(197,152,74); }

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

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

 span { border-color: rgb(197,152,74); }

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