#51562D

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

Shades of Saratoga #51562D

Tints of Saratoga #51562D

Color information

#51562D (or 0x51562D) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 2D. RGB value is (81,86,45). Sum of RGB (Red+Green+Blue) = 81+86+45=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #51562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51562D is #AEA9D2. Grayscale: #4F4F4F. Windows color (decimal): -11446739 or 2971217. OLE color: 2971217.

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

Color convert

RGB818645-
CMYK0.0600.480.66
HSL67.32º31.3%25.69%-
HSV(B)67.32º47.67%33.73%-
XYZ7.198.593.76-
YUV79.83108.34128.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=38.21%
G=40.57%
B=21.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186450.0600.480.6667.3231.325.69
Hex51562D603042431f1a
Octal1211265560601021033732
Binary101000110101101011011100110000100001010000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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