#5E473F

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

Shades of Saddle #5E473F

Tints of Saddle #5E473F

Color information

#5E473F (or 0x5E473F) is unknown color: approx Saddle. HEX triplet: 5E, 47 and 3F. RGB value is (94,71,63). Sum of RGB (Red+Green+Blue) = 94+71+63=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E473F is #A1B8C0. Grayscale: #4D4D4D. Windows color (decimal): -10598593 or 4147038. OLE color: 4147038.

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

Color convert

RGB947163-
CMYK00.240.330.63
HSL15.48º19.75%30.78%-
HSV(B)15.48º32.98%36.86%-
XYZ7.777.255.69-
YUV76.96120.12140.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.23%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 63 (25% from 255) = 27.63%
R=41.23%
G=31.14%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94716300.240.330.6315.4819.7530.78
Hex5E473F018213Ff141f
Octal136107770304177172437
Binary1011110100011111111101100010000111111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,63); }

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

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

 a { background-color: rgb(94,71,63); }

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

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

 span { border-color: rgb(94,71,63); }

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