#5D473E

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

Shades of Saddle #5D473E

Tints of Saddle #5D473E

Color information

#5D473E (or 0x5D473E) is unknown color: approx Saddle. HEX triplet: 5D, 47 and 3E. RGB value is (93,71,62). Sum of RGB (Red+Green+Blue) = 93+71+62=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473E is #A2B8C1. Grayscale: #4C4C4C. Windows color (decimal): -10664130 or 4081501. OLE color: 4081501.

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

Color convert

RGB937162-
CMYK00.240.330.64
HSL17.42º20%30.39%-
HSV(B)17.42º33.33%36.47%-
XYZ7.647.185.54-
YUV76.55119.79139.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.15%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=41.15%
G=31.42%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93716200.240.330.6417.422030.39
Hex5D473E018214011141e
Octal1351077603041100212436
Binary101110110001111111100110001000011000000100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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