#51562F

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

Shades of Saratoga #51562F

Tints of Saratoga #51562F

Color information

#51562F (or 0x51562F) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 2F. RGB value is (81,86,47). Sum of RGB (Red+Green+Blue) = 81+86+47=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #51562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51562F is #AEA9D0. Grayscale: #505050. Windows color (decimal): -11446737 or 3102289. OLE color: 3102289.

HSL color Cylindrical-coordinate representation of color #51562F: hue angle of 67.69º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51562F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB818647-
CMYK0.0600.450.66
HSL67.69º29.32%26.08%-
HSV(B)67.69º45.35%33.73%-
XYZ7.238.613.97-
YUV80.06109.34128.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=37.85%
G=40.19%
B=21.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186470.0600.450.6667.6929.3226.08
Hex51562F602D42441d1a
Octal1211265760551021043532
Binary101000110101101011111100101101100001010001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,86,47); }

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

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

 a { background-color: rgb(81,86,47); }

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

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

 span { border-color: rgb(81,86,47); }

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