#51582b

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

Shades of Saratoga #51582B

Tints of Saratoga #51582B

Color information

#51582B (or 0x51582B) is unknown color: approx Saratoga. HEX triplet: 51, 58 and 2B. RGB value is (81,88,43). Sum of RGB (Red+Green+Blue) = 81+88+43=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #51582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51582B is #AEA7D4. Grayscale: #505050. Windows color (decimal): -11446229 or 2840657. OLE color: 2840657.

HSL color Cylindrical-coordinate representation of color #51582B: hue angle of 69.33º 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 #51582B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB818843-
CMYK0.0800.510.65
HSL69.33º34.35%25.69%-
HSV(B)69.33º51.14%34.51%-
XYZ7.328.93.62-
YUV80.78106.68128.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=38.21%
G=41.51%
B=20.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188430.0800.510.6569.3334.3525.69
Hex51582B80334145221a
Octal12113053100631011054232
Binary10100011011000101011100001100111000001100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51582b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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