#5D4940

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

Shades of Saddle #5D4940

Tints of Saddle #5D4940

Color information

#5D4940 (or 0x5D4940) is unknown color: approx Saddle. HEX triplet: 5D, 49 and 40. RGB value is (93,73,64). Sum of RGB (Red+Green+Blue) = 93+73+64=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4940 is #A2B6BF. Grayscale: #4E4E4E. Windows color (decimal): -10663616 or 4213085. OLE color: 4213085.

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

Color convert

RGB937364-
CMYK00.220.310.64
HSL18.62º18.47%30.78%-
HSV(B)18.62º31.18%36.47%-
XYZ7.827.465.88-
YUV77.95120.13138.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.43%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=40.43%
G=31.74%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93736400.220.310.6418.6218.4730.78
Hex5D49400161F4013121f
Octal13511110002637100232237
Binary101110110010011000000010110111111000000100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,64); }

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

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

 a { background-color: rgb(93,73,64); }

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

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

 span { border-color: rgb(93,73,64); }

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