#576020

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

Shades of Saratoga #576020

Tints of Saratoga #576020

Color information

#576020 (or 0x576020) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 20. RGB value is (87,96,32). Sum of RGB (Red+Green+Blue) = 87+96+32=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #576020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576020 is #A89FDF. Grayscale: #565656. Windows color (decimal): -11050976 or 2121815. OLE color: 2121815.

HSL color Cylindrical-coordinate representation of color #576020: hue angle of 68.44º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #576020 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB879632-
CMYK0.0900.670.62
HSL68.44º50%25.1%-
HSV(B)68.44º66.67%37.65%-
XYZ8.3710.52.95-
YUV86.0197.52128.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=40.47%
G=44.65%
B=14.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796320.0900.670.6268.445025.1
Hex57602090433E443219
Octal12714040110103761046231
Binary10101111100000100000100101000011111110100010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576020; }

 p { color: rgb(87,96,32); }

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

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

 a { background-color: rgb(87,96,32); }

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

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

 span { border-color: rgb(87,96,32); }

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