#576624

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

Shades of Saratoga #576624

Tints of Saratoga #576624

Color information

#576624 (or 0x576624) is unknown color: approx Saratoga. HEX triplet: 57, 66 and 24. RGB value is (87,102,36). Sum of RGB (Red+Green+Blue) = 87+102+36=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #576624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576624 is #A899DB. Grayscale: #5A5A5A. Windows color (decimal): -11049436 or 2385495. OLE color: 2385495.

HSL color Cylindrical-coordinate representation of color #576624: hue angle of 73.64º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #576624 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB8710236-
CMYK0.1500.650.6
HSL73.64º47.83%27.06%-
HSV(B)73.64º64.71%40%-
XYZ911.663.44-
YUV89.9997.53125.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 36 (14.45% from 255) = 16%
R=38.67%
G=45.33%
B=16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87102360.1500.650.673.6447.8327.06
Hex576624F0413C4a301b
Octal12714644170101741126033
Binary10101111100110100100111101000001111100100101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576624; }

 p { color: rgb(87,102,36); }

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

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

 a { background-color: rgb(87,102,36); }

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

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

 span { border-color: rgb(87,102,36); }

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