#575D39

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

Shades of Saratoga #575D39

Tints of Saratoga #575D39

Color information

#575D39 (or 0x575D39) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 39. RGB value is (87,93,57). Sum of RGB (Red+Green+Blue) = 87+93+57=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #575D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D39 is #A8A2C6. Grayscale: #575757. Windows color (decimal): -11051719 or 3759447. OLE color: 3759447.

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

Color convert

RGB879357-
CMYK0.0600.390.64
HSL70º24%29.41%-
HSV(B)70º38.71%36.47%-
XYZ8.5810.155.38-
YUV87.1111.01127.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=36.71%
G=39.24%
B=24.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793570.0600.390.64702429.41
Hex575D3960274046181d
Octal1271357160471001063035
Binary101011110111011110011100100111100000010001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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