#C59648

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

Shades of Tussock #C59648

Tints of Tussock #C59648

Color information

#C59648 (or 0xC59648) is unknown color: approx Tussock. HEX triplet: C5, 96 and 48. RGB value is (197,150,72). Sum of RGB (Red+Green+Blue) = 197+150+72=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C59648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59648 is #3A69B7. Grayscale: #9B9B9B. Windows color (decimal): -3828152 or 4757189. OLE color: 4757189.

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

Color convert

RGB19715072-
CMYK00.240.630.23
HSL37.44º51.87%52.75%-
HSV(B)37.44º63.45%77.25%-
XYZ35.134.1510.87-
YUV155.1681.07157.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=47.02%
G=35.80%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971507200.240.630.2337.4451.8752.75
HexC596480183F17253435
Octal3052261100307727456465
Binary1100010110010110100100001100011111110111100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59648; }

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

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

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

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

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

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

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

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