#576032

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

Shades of Saratoga #576032

Tints of Saratoga #576032

Color information

#576032 (or 0x576032) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 32. RGB value is (87,96,50). Sum of RGB (Red+Green+Blue) = 87+96+50=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #576032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576032 is #A89FCD. Grayscale: #585858. Windows color (decimal): -11050958 or 3301463. OLE color: 3301463.

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

Color convert

RGB879650-
CMYK0.0900.480.62
HSL71.74º31.51%28.63%-
HSV(B)71.74º47.92%37.65%-
XYZ8.6910.624.61-
YUV88.06106.52127.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=37.34%
G=41.20%
B=21.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796500.0900.480.6271.7431.5128.63
Hex57603290303E48201d
Octal1271406211060761104035
Binary1010111110000011001010010110000111110100100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576032; }

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

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

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

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

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

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

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

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