#57602A

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

Shades of Saratoga #57602A

Tints of Saratoga #57602A

Color information

#57602A (or 0x57602A) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 2A. RGB value is (87,96,42). Sum of RGB (Red+Green+Blue) = 87+96+42=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #57602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57602A is #A89FD5. Grayscale: #575757. Windows color (decimal): -11050966 or 2777175. OLE color: 2777175.

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

Color convert

RGB879642-
CMYK0.0900.560.62
HSL70º39.13%27.06%-
HSV(B)70º56.25%37.65%-
XYZ8.5310.563.78-
YUV87.15102.52127.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=38.67%
G=42.67%
B=18.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796420.0900.560.627039.1327.06
Hex57602A90383E46271b
Octal1271405211070761064733
Binary1010111110000010101010010111000111110100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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