#576420

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

Shades of Saratoga #576420

Tints of Saratoga #576420

Color information

#576420 (or 0x576420) is unknown color: approx Saratoga. HEX triplet: 57, 64 and 20. RGB value is (87,100,32). Sum of RGB (Red+Green+Blue) = 87+100+32=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #576420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576420 is #A89BDF. Grayscale: #585858. Windows color (decimal): -11049952 or 2122839. OLE color: 2122839.

HSL color Cylindrical-coordinate representation of color #576420: hue angle of 71.47º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #576420 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB8710032-
CMYK0.1300.680.61
HSL71.47º51.52%25.88%-
HSV(B)71.47º68%39.22%-
XYZ8.7511.243.08-
YUV88.3696.19127.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=39.73%
G=45.66%
B=14.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal87100320.1300.680.6171.4751.5225.88
Hex576420D0443D47341a
Octal12714440150104751076432
Binary10101111100100100000110101000100111101100011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576420; }

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

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

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

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

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

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

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

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