#575D2C

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

Shades of Saratoga #575D2C

Tints of Saratoga #575D2C

Color information

#575D2C (or 0x575D2C) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 2C. RGB value is (87,93,44). Sum of RGB (Red+Green+Blue) = 87+93+44=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #575D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D2C is #A8A2D3. Grayscale: #555555. Windows color (decimal): -11051732 or 2907479. OLE color: 2907479.

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

Color convert

RGB879344-
CMYK0.0600.530.64
HSL67.35º35.77%26.86%-
HSV(B)67.35º52.69%36.47%-
XYZ8.310.043.88-
YUV85.62104.51128.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=38.84%
G=41.52%
B=19.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793440.0600.530.6467.3535.7726.86
Hex575D2C60354043241b
Octal1271355460651001034433
Binary1010111101110110110011001101011000000100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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