Shades of Very Dark Brown #5D3E32
Tints of Very Dark Brown #5D3E32
RGB
CMYK
RGB Variations
Color information
#5D3E32 (or 0x5D3E32) is known color: Very Dark Brown. HEX triplet: 5D, 3E and 32. RGB value is (93,62,50). Sum of RGB (Red+Green+Blue) = 93+62+50=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3E32 is #A2C1CD. Grayscale: #454545. Windows color (decimal): -10666446 or 3292765. OLE color: 3292765.
HSL color Cylindrical-coordinate representation of color #5D3E32: hue angle of 16.74º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D3E32 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 62 | 50 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.64 |
| HSL | 16.74º | 0.3% | 0.28% | - |
| HSV(B) | 16.74º | 0.46% | 0.36% | - |
| XYZ | 6.81 | 6 | 3.82 | - |
| YUV | 69.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 50 | 0 | 0.33 | 0.46 | 0.64 | 16.74 | 0.3 | 0.28 |
| Hex | 5D | 3E | 32 | 0 | 21 | 2E | 40 | 11 | 1E | 1C |
| Octal | 135 | 76 | 62 | 0 | 41 | 56 | 100 | 21 | 36 | 34 |
| Binary | 1011101 | 111110 | 110010 | 0 | 100001 | 101110 | 1000000 | 10001 | 11110 | 11100 |
Color Harmonies of #5D3E32
Complementary color
Monochromatic Colors of #5D3E32
Black with #5D3E32
Text Example
Text Example
White with #5D3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3E32; }
p { color: rgb(93,62,50); }
H1.HeaderClassName
{
color: #5D3E32;
}
.AnyTagClassName
{
color: #5D3E32;
}
</style>
background-color css
<style>
a { background-color: #5D3E32; }
a { background-color: rgb(93,62,50); }
div.DivClassName
{
background-color: #5D3E32;
}
.BgClassName
{
background-color: #5D3E32;
}
</style>
border-color css
<style>
span { border-color: #5D3E32; }
span { border-color: rgb(93,62,50); }
td.TdClassName
{
border-color: #5D3E32;
}
.TagClassName
{
border-color: #5D3E32;
}
</style>