#57612C

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

Shades of Saratoga #57612C

Tints of Saratoga #57612C

Color information

#57612C (or 0x57612C) is unknown color: approx Saratoga. HEX triplet: 57, 61 and 2C. RGB value is (87,97,44). Sum of RGB (Red+Green+Blue) = 87+97+44=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #57612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57612C is #A89ED3. Grayscale: #585858. Windows color (decimal): -11050708 or 2908503. OLE color: 2908503.

HSL color Cylindrical-coordinate representation of color #57612C: hue angle of 71.32º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57612C is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB879744-
CMYK0.1000.550.62
HSL71.32º37.59%27.65%-
HSV(B)71.32º54.64%38.04%-
XYZ8.6610.764-
YUV87.97103.19127.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=38.16%
G=42.54%
B=19.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797440.1000.550.6271.3237.5927.65
Hex57612CA0373E47261c
Octal1271415412067761074634
Binary1010111110000110110010100110111111110100011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57612C; }

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

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

<style>
 a { background-color: #57612C; }

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

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

<style>
 span { border-color: #57612C; }

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

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