#576522

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

Shades of Saratoga #576522

Tints of Saratoga #576522

Color information

#576522 (or 0x576522) is unknown color: approx Saratoga. HEX triplet: 57, 65 and 22. RGB value is (87,101,34). Sum of RGB (Red+Green+Blue) = 87+101+34=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #576522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576522 is #A89ADD. Grayscale: #595959. Windows color (decimal): -11049694 or 2254167. OLE color: 2254167.

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

Color convert

RGB8710134-
CMYK0.1400.660.60
HSL72.54º49.63%26.47%-
HSV(B)72.54º66.34%39.61%-
XYZ8.8711.453.26-
YUV89.1896.86126.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=39.19%
G=45.50%
B=15.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87101340.1400.660.6072.5449.6326.47
Hex576522E0423C49321a
Octal12714542160102741116232
Binary10101111100101100010111001000010111100100100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576522; }

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

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

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

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

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

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

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

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