#575D24

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

Shades of Saratoga #575D24

Tints of Saratoga #575D24

Color information

#575D24 (or 0x575D24) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 24. RGB value is (87,93,36). Sum of RGB (Red+Green+Blue) = 87+93+36=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #575D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D24 is #A8A2DB. Grayscale: #545454. Windows color (decimal): -11051740 or 2383191. OLE color: 2383191.

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

Color convert

RGB879336-
CMYK0.0600.610.64
HSL66.32º44.19%25.29%-
HSV(B)66.32º61.29%36.47%-
XYZ8.169.983.17-
YUV84.71100.51129.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=40.28%
G=43.06%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793360.0600.610.6466.3244.1925.29
Hex575D24603D40422c19
Octal1271354460751001025431
Binary1010111101110110010011001111011000000100001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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