#51582C

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

Shades of Saratoga #51582C

Tints of Saratoga #51582C

Color information

#51582C (or 0x51582C) is unknown color: approx Saratoga. HEX triplet: 51, 58 and 2C. RGB value is (81,88,44). Sum of RGB (Red+Green+Blue) = 81+88+44=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #51582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51582C is #AEA7D3. Grayscale: #515151. Windows color (decimal): -11446228 or 2906193. OLE color: 2906193.

HSL color Cylindrical-coordinate representation of color #51582C: hue angle of 69.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51582C is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB818844-
CMYK0.0800.50.65
HSL69.55º33.33%25.88%-
HSV(B)69.55º50%34.51%-
XYZ7.348.913.72-
YUV80.89107.18128.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=38.03%
G=41.31%
B=20.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188440.0800.50.6569.5533.3325.88
Hex51582C80324146211a
Octal12113054100621011064132
Binary10100011011000101100100001100101000001100011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,88,44); }

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

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

 a { background-color: rgb(81,88,44); }

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

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

 span { border-color: rgb(81,88,44); }

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