#57601D

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

Shades of Saratoga #57601D

Tints of Saratoga #57601D

Color information

#57601D (or 0x57601D) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 1D. RGB value is (87,96,29). Sum of RGB (Red+Green+Blue) = 87+96+29=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #57601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57601D is #A89FE2. Grayscale: #555555. Windows color (decimal): -11050979 or 1925207. OLE color: 1925207.

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

Color convert

RGB879629-
CMYK0.0900.700.62
HSL68.06º53.6%24.51%-
HSV(B)68.06º69.79%37.65%-
XYZ8.3410.482.75-
YUV85.6796.02128.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=41.04%
G=45.28%
B=13.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796290.0900.700.6268.0653.624.51
Hex57601D90463E443619
Octal12714035110106761046631
Binary1010111110000011101100101000110111110100010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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