#575F3A

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

Shades of Saratoga #575F3A

Tints of Saratoga #575F3A

Color information

#575F3A (or 0x575F3A) is unknown color: approx Saratoga. HEX triplet: 57, 5F and 3A. RGB value is (87,95,58). Sum of RGB (Red+Green+Blue) = 87+95+58=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #575F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F3A is #A8A0C5. Grayscale: #585858. Windows color (decimal): -11051206 or 3825495. OLE color: 3825495.

HSL color Cylindrical-coordinate representation of color #575F3A: hue angle of 72.97º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575F3A is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB879558-
CMYK0.0800.390.63
HSL72.97º24.18%30%-
HSV(B)72.97º38.95%37.25%-
XYZ8.7910.525.57-
YUV88.39110.85127.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=36.25%
G=39.58%
B=24.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8795580.0800.390.6372.9724.1830
Hex575F3A80273F49181e
Octal1271377210047771113036
Binary101011110111111110101000010011111111110010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,58); }

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

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

 a { background-color: rgb(87,95,58); }

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

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

 span { border-color: rgb(87,95,58); }

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