#575D22

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

Shades of Saratoga #575D22

Tints of Saratoga #575D22

Color information

#575D22 (or 0x575D22) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 22. RGB value is (87,93,34). Sum of RGB (Red+Green+Blue) = 87+93+34=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #575D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D22 is #A8A2DD. Grayscale: #545454. Windows color (decimal): -11051742 or 2252119. OLE color: 2252119.

HSL color Cylindrical-coordinate representation of color #575D22: hue angle of 66.1º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575D22 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB879334-
CMYK0.0600.630.64
HSL66.1º46.46%24.9%-
HSV(B)66.1º63.44%36.47%-
XYZ8.139.973.01-
YUV84.4899.51129.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 34 (13.67% from 255) = 15.89%
R=40.65%
G=43.46%
B=15.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793340.0600.630.6466.146.4624.9
Hex575D22603F40422e19
Octal1271354260771001025631
Binary1010111101110110001011001111111000000100001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D22; }

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

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

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

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

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

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

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

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