#5D473F

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

Shades of Saddle #5D473F

Tints of Saddle #5D473F

Color information

#5D473F (or 0x5D473F) is unknown color: approx Saddle. HEX triplet: 5D, 47 and 3F. RGB value is (93,71,63). Sum of RGB (Red+Green+Blue) = 93+71+63=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473F is #A2B8C0. Grayscale: #4C4C4C. Windows color (decimal): -10664129 or 4147037. OLE color: 4147037.

HSL color Cylindrical-coordinate representation of color #5D473F: hue angle of 16º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D473F is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB937163-
CMYK00.240.320.64
HSL16º19.23%30.59%-
HSV(B)16º32.26%36.47%-
XYZ7.667.195.69-
YUV76.67120.29139.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.97%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 63 (25% from 255) = 27.75%
R=40.97%
G=31.28%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93716300.240.320.641619.2330.59
Hex5D473F018204010131f
Octal1351077703040100202337
Binary101110110001111111110110001000001000000100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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