#51592C

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

Shades of Saratoga #51592C

Tints of Saratoga #51592C

Color information

#51592C (or 0x51592C) is unknown color: approx Saratoga. HEX triplet: 51, 59 and 2C. RGB value is (81,89,44). Sum of RGB (Red+Green+Blue) = 81+89+44=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #51592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51592C is #AEA6D3. Grayscale: #515151. Windows color (decimal): -11445972 or 2906449. OLE color: 2906449.

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

Color convert

RGB818944-
CMYK0.0900.510.65
HSL70.67º33.83%26.08%-
HSV(B)70.67º50.56%34.9%-
XYZ7.429.083.74-
YUV81.48106.85127.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=37.85%
G=41.59%
B=20.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189440.0900.510.6570.6733.8326.08
Hex51592C90334147221a
Octal12113154110631011074232
Binary10100011011001101100100101100111000001100011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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