#57602B

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

Shades of Saratoga #57602B

Tints of Saratoga #57602B

Color information

#57602B (or 0x57602B) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 2B. RGB value is (87,96,43). Sum of RGB (Red+Green+Blue) = 87+96+43=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #57602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57602B is #A89FD4. Grayscale: #575757. Windows color (decimal): -11050965 or 2842711. OLE color: 2842711.

HSL color Cylindrical-coordinate representation of color #57602B: hue angle of 70.19º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57602B is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB879643-
CMYK0.0900.550.62
HSL70.19º38.13%27.25%-
HSV(B)70.19º55.21%37.65%-
XYZ8.5510.573.87-
YUV87.27103.02127.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=38.50%
G=42.48%
B=19.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796430.0900.550.6270.1938.1327.25
Hex57602B90373E46261b
Octal1271405311067761064633
Binary1010111110000010101110010110111111110100011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57602B; }

 p { color: rgb(87,96,43); }

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

<style>
 a { background-color: #57602B; }

 a { background-color: rgb(87,96,43); }

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

<style>
 span { border-color: #57602B; }

 span { border-color: rgb(87,96,43); }

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