#57601A

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

Shades of Saratoga #57601A

Tints of Saratoga #57601A

Color information

#57601A (or 0x57601A) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 1A. RGB value is (87,96,26). Sum of RGB (Red+Green+Blue) = 87+96+26=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #57601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57601A is #A89FE5. Grayscale: #555555. Windows color (decimal): -11050982 or 1728599. OLE color: 1728599.

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

Color convert

RGB879626-
CMYK0.0900.730.62
HSL67.71º57.38%23.92%-
HSV(B)67.71º72.92%37.65%-
XYZ8.310.472.56-
YUV85.3394.52129.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=41.63%
G=45.93%
B=12.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796260.0900.730.6267.7157.3823.92
Hex57601A90493E443918
Octal12714032110111761047130
Binary1010111110000011010100101001001111110100010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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