#575D1F

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

Shades of Saratoga #575D1F

Tints of Saratoga #575D1F

Color information

#575D1F (or 0x575D1F) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 1F. RGB value is (87,93,31). Sum of RGB (Red+Green+Blue) = 87+93+31=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #575D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D1F is #A8A2E0. Grayscale: #545454. Windows color (decimal): -11051745 or 2055511. OLE color: 2055511.

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

Color convert

RGB879331-
CMYK0.0600.670.64
HSL65.81º50%24.31%-
HSV(B)65.81º66.67%36.47%-
XYZ8.099.952.79-
YUV84.1498.01130.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=41.23%
G=44.08%
B=14.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793310.0600.670.6465.815024.31
Hex575D1F604340423218
Octal12713537601031001026230
Binary1010111101110111111110010000111000000100001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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