#576528

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

Shades of Saratoga #576528

Tints of Saratoga #576528

Color information

#576528 (or 0x576528) is unknown color: approx Saratoga. HEX triplet: 57, 65 and 28. RGB value is (87,101,40). Sum of RGB (Red+Green+Blue) = 87+101+40=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #576528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576528 is #A89AD7. Grayscale: #5A5A5A. Windows color (decimal): -11049688 or 2647383. OLE color: 2647383.

HSL color Cylindrical-coordinate representation of color #576528: hue angle of 73.77º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576528 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB8710140-
CMYK0.1400.600.60
HSL73.77º43.26%27.65%-
HSV(B)73.77º60.4%39.61%-
XYZ8.9711.493.75-
YUV89.8699.86125.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=38.16%
G=44.30%
B=17.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87101400.1400.600.6073.7743.2627.65
Hex576528E03C3C4a2b1c
Octal1271455016074741125334
Binary1010111110010110100011100111100111100100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576528; }

 p { color: rgb(87,101,40); }

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

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

 a { background-color: rgb(87,101,40); }

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

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

 span { border-color: rgb(87,101,40); }

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