#51582A

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

Shades of Saratoga #51582A

Tints of Saratoga #51582A

Color information

#51582A (or 0x51582A) is unknown color: approx Saratoga. HEX triplet: 51, 58 and 2A. RGB value is (81,88,42). Sum of RGB (Red+Green+Blue) = 81+88+42=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #51582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51582A is #AEA7D5. Grayscale: #505050. Windows color (decimal): -11446230 or 2775121. OLE color: 2775121.

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

Color convert

RGB818842-
CMYK0.0800.520.65
HSL69.13º35.38%25.49%-
HSV(B)69.13º52.27%34.51%-
XYZ7.38.93.52-
YUV80.66106.18128.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=38.39%
G=41.71%
B=19.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188420.0800.520.6569.1335.3825.49
Hex51582A803441452319
Octal12113052100641011054331
Binary10100011011000101010100001101001000001100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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