#C59748

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

Shades of Tussock #C59748

Tints of Tussock #C59748

Color information

#C59748 (or 0xC59748) is unknown color: approx Tussock. HEX triplet: C5, 97 and 48. RGB value is (197,151,72). Sum of RGB (Red+Green+Blue) = 197+151+72=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C59748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59748 is #3A68B7. Grayscale: #9C9C9C. Windows color (decimal): -3827896 or 4757445. OLE color: 4757445.

HSL color Cylindrical-coordinate representation of color #C59748: hue angle of 37.92º 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 #C59748 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19715172-
CMYK00.230.630.23
HSL37.92º51.87%52.75%-
HSV(B)37.92º63.45%77.25%-
XYZ35.2634.4710.93-
YUV155.7580.74157.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 72 (28.52% from 255) = 17.14%
R=46.90%
G=35.95%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971517200.230.630.2337.9251.8752.75
HexC597480173F17263435
Octal3052271100277727466465
Binary1100010110010111100100001011111111110111100110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59748; }

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

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

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

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

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

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

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

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