#57611F

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

Shades of Saratoga #57611F

Tints of Saratoga #57611F

Color information

#57611F (or 0x57611F) is unknown color: approx Saratoga. HEX triplet: 57, 61 and 1F. RGB value is (87,97,31). Sum of RGB (Red+Green+Blue) = 87+97+31=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #57611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57611F is #A89EE0. Grayscale: #565656. Windows color (decimal): -11050721 or 2056535. OLE color: 2056535.

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

Color convert

RGB879731-
CMYK0.1000.680.62
HSL69.09º51.56%25.1%-
HSV(B)69.09º68.04%38.04%-
XYZ8.4510.672.91-
YUV86.4996.69128.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=40.47%
G=45.12%
B=14.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797310.1000.680.6269.0951.5625.1
Hex57611FA0443E453419
Octal12714137120104761056431
Binary1010111110000111111101001000100111110100010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57611F; }

 p { color: rgb(87,97,31); }

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

<style>
 a { background-color: #57611F; }

 a { background-color: rgb(87,97,31); }

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

<style>
 span { border-color: #57611F; }

 span { border-color: rgb(87,97,31); }

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