Shades of Very Dark Brown #5D4134
Tints of Very Dark Brown #5D4134
RGB
CMYK
RGB Variations
Color information
#5D4134 (or 0x5D4134) is known color: Very Dark Brown. HEX triplet: 5D, 41 and 34. RGB value is (93,65,52). Sum of RGB (Red+Green+Blue) = 93+65+52=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4134 is #A2BECB. Grayscale: #474747. Windows color (decimal): -10665676 or 3424605. OLE color: 3424605.
HSL color Cylindrical-coordinate representation of color #5D4134: hue angle of 19.02º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D4134 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 65 | 52 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.64 |
| HSL | 19.02º | 0.28% | 0.28% | - |
| HSV(B) | 19.02º | 0.44% | 0.36% | - |
| XYZ | 7.02 | 6.36 | 4.11 | - |
| YUV | 71.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 52 | 0 | 0.30 | 0.44 | 0.64 | 19.02 | 0.28 | 0.28 |
| Hex | 5D | 41 | 34 | 0 | 1E | 2C | 40 | 13 | 1C | 1C |
| Octal | 135 | 101 | 64 | 0 | 36 | 54 | 100 | 23 | 34 | 34 |
| Binary | 1011101 | 1000001 | 110100 | 0 | 11110 | 101100 | 1000000 | 10011 | 11100 | 11100 |
Color Harmonies of #5D4134
Complementary color
Monochromatic Colors of #5D4134
Black with #5D4134
Text Example
Text Example
White with #5D4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4134; }
p { color: rgb(93,65,52); }
H1.HeaderClassName
{
color: #5D4134;
}
.AnyTagClassName
{
color: #5D4134;
}
</style>
background-color css
<style>
a { background-color: #5D4134; }
a { background-color: rgb(93,65,52); }
div.DivClassName
{
background-color: #5D4134;
}
.BgClassName
{
background-color: #5D4134;
}
</style>
border-color css
<style>
span { border-color: #5D4134; }
span { border-color: rgb(93,65,52); }
td.TdClassName
{
border-color: #5D4134;
}
.TagClassName
{
border-color: #5D4134;
}
</style>