#51542A

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

Shades of Saratoga #51542A

Tints of Saratoga #51542A

Color information

#51542A (or 0x51542A) is unknown color: approx Saratoga. HEX triplet: 51, 54 and 2A. RGB value is (81,84,42). Sum of RGB (Red+Green+Blue) = 81+84+42=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #51542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51542A is #AEABD5. Grayscale: #4E4E4E. Windows color (decimal): -11447254 or 2774097. OLE color: 2774097.

HSL color Cylindrical-coordinate representation of color #51542A: hue angle of 64.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51542A is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB818442-
CMYK0.0400.50.67
HSL64.29º33.33%24.71%-
HSV(B)64.29º50%32.94%-
XYZ6.988.263.42-
YUV78.32107.51129.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=39.13%
G=40.58%
B=20.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184420.0400.50.6764.2933.3324.71
Hex51542A403243402119
Octal1211245240621031004131
Binary1010001101010010101010001100101000011100000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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