#57601E

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

Shades of Saratoga #57601E

Tints of Saratoga #57601E

Color information

#57601E (or 0x57601E) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 1E. RGB value is (87,96,30). Sum of RGB (Red+Green+Blue) = 87+96+30=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #57601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57601E is #A89FE1. Grayscale: #565656. Windows color (decimal): -11050978 or 1990743. OLE color: 1990743.

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

Color convert

RGB879630-
CMYK0.0900.690.62
HSL68.18º52.38%24.71%-
HSV(B)68.18º68.75%37.65%-
XYZ8.3510.492.81-
YUV85.7896.52128.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=40.85%
G=45.07%
B=14.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796300.0900.690.6268.1852.3824.71
Hex57601E90453E443419
Octal12714036110105761046431
Binary1010111110000011110100101000101111110100010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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