#5E483F

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

Shades of Saddle #5E483F

Tints of Saddle #5E483F

Color information

#5E483F (or 0x5E483F) is unknown color: approx Saddle. HEX triplet: 5E, 48 and 3F. RGB value is (94,72,63). Sum of RGB (Red+Green+Blue) = 94+72+63=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 94 - color contains mainly: red. Hex color #5E483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E483F is #A1B7C0. Grayscale: #4D4D4D. Windows color (decimal): -10598337 or 4147294. OLE color: 4147294.

HSL color Cylindrical-coordinate representation of color #5E483F: hue angle of 17.42º 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 #5E483F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB947263-
CMYK00.230.330.63
HSL17.42º19.75%30.78%-
HSV(B)17.42º32.98%36.86%-
XYZ7.837.375.71-
YUV77.55119.79139.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.05%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 63 (25% from 255) = 27.51%
R=41.05%
G=31.44%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94726300.230.330.6317.4219.7530.78
Hex5E483F017213F11141f
Octal136110770274177212437
Binary10111101001000111111010111100001111111100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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