#5D4137

Color #5D4137 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5D4137

Tints of Very Dark Brown #5D4137

Color information

#5D4137 (or 0x5D4137) is unknown color: approx Very Dark Brown. HEX triplet: 5D, 41 and 37. RGB value is (93,65,55). Sum of RGB (Red+Green+Blue) = 93+65+55=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4137 is #A2BEC8. Grayscale: #484848. Windows color (decimal): -10665673 or 3621213. OLE color: 3621213.

HSL color Cylindrical-coordinate representation of color #5D4137: hue angle of 15.79º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D4137 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB936555-
CMYK00.300.410.64
HSL15.79º25.68%29.02%-
HSV(B)15.79º40.86%36.47%-
XYZ7.096.384.47-
YUV72.23118.28142.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=43.66%
G=30.52%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93655500.300.410.6415.7925.6829.02
Hex5D413701E2940101a1d
Octal1351016703651100203235
Binary101110110000011101110111101010011000000100001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,65,55); }

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

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

 a { background-color: rgb(93,65,55); }

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

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

 span { border-color: rgb(93,65,55); }

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