#C59750

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

Shades of Tussock #C59750

Tints of Tussock #C59750

Color information

#C59750 (or 0xC59750) is unknown color: approx Tussock. HEX triplet: C5, 97 and 50. RGB value is (197,151,80). Sum of RGB (Red+Green+Blue) = 197+151+80=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C59750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59750 is #3A68AF. Grayscale: #9C9C9C. Windows color (decimal): -3827888 or 5281733. OLE color: 5281733.

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

Color convert

RGB19715180-
CMYK00.230.590.23
HSL36.41º50.21%54.31%-
HSV(B)36.41º59.39%77.25%-
XYZ35.5434.5812.39-
YUV156.6684.74156.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=46.03%
G=35.28%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971518000.230.590.2336.4150.2154.31
HexC597500173B17243236
Octal3052271200277327446266
Binary1100010110010111101000001011111101110111100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59750; }

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

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

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

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

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

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

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

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