#5E514C

Color #5E514C Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #5E514C

Tints of Saddle #5E514C

Color information

#5E514C (or 0x5E514C) is unknown color: approx Saddle. HEX triplet: 5E, 51 and 4C. RGB value is (94,81,76). Sum of RGB (Red+Green+Blue) = 94+81+76=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 94 - color contains mainly: red. Hex color #5E514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E514C is #A1AEB3. Grayscale: #545454. Windows color (decimal): -10596020 or 5001566. OLE color: 5001566.

HSL color Cylindrical-coordinate representation of color #5E514C: hue angle of 16.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E514C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB948176-
CMYK00.140.190.63
HSL16.67º10.59%33.33%-
HSV(B)16.67º19.15%36.86%-
XYZ8.868.798.07-
YUV84.32123.31134.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.45%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=37.45%
G=32.27%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94817600.140.190.6316.6710.5933.33
Hex5E514C0E133F11b21
Octal1361211140162377211341
Binary1011110101000110011000111010011111111100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E514C; }

 p { color: rgb(94,81,76); }

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

<style>
 a { background-color: #5E514C; }

 a { background-color: rgb(94,81,76); }

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

<style>
 span { border-color: #5E514C; }

 span { border-color: rgb(94,81,76); }

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