#575D21

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

Shades of Saratoga #575D21

Tints of Saratoga #575D21

Color information

#575D21 (or 0x575D21) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 21. RGB value is (87,93,33). Sum of RGB (Red+Green+Blue) = 87+93+33=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #575D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D21 is #A8A2DE. Grayscale: #545454. Windows color (decimal): -11051743 or 2186583. OLE color: 2186583.

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

Color convert

RGB879333-
CMYK0.0600.650.64
HSL66º47.62%24.71%-
HSV(B)66º64.52%36.47%-
XYZ8.129.962.93-
YUV84.3799.01129.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=40.85%
G=43.66%
B=15.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793330.0600.650.646647.6224.71
Hex575D21604140423019
Octal12713541601011001026031
Binary10101111011101100001110010000011000000100001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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