Shades of Dark Brown #5D431F
Tints of Dark Brown #5D431F
RGB
CMYK
RGB Variations
Color information
#5D431F (or 0x5D431F) is known color: Dark Brown. HEX triplet: 5D, 43 and 1F. RGB value is (93,67,31). Sum of RGB (Red+Green+Blue) = 93+67+31=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D431F is #A2BCE0. Grayscale: #464646. Windows color (decimal): -10665185 or 2048861. OLE color: 2048861.
HSL color Cylindrical-coordinate representation of color #5D431F: hue angle of 34.84º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D431F is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 67 | 31 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.64 |
| HSL | 34.84º | 0.5% | 0.24% | - |
| HSV(B) | 34.84º | 0.67% | 0.36% | - |
| XYZ | 6.77 | 6.44 | 2.18 | - |
| YUV | 70.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 31 | 0 | 0.28 | 0.67 | 0.64 | 34.84 | 0.5 | 0.24 |
| Hex | 5D | 43 | 1F | 0 | 1C | 43 | 40 | 23 | 32 | 18 |
| Octal | 135 | 103 | 37 | 0 | 34 | 103 | 100 | 43 | 62 | 30 |
| Binary | 1011101 | 1000011 | 11111 | 0 | 11100 | 1000011 | 1000000 | 100011 | 110010 | 11000 |
Color Harmonies of #5D431F
Complementary color
Monochromatic Colors of #5D431F
Black with #5D431F
Text Example
Text Example
White with #5D431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D431F; }
p { color: rgb(93,67,31); }
H1.HeaderClassName
{
color: #5D431F;
}
.AnyTagClassName
{
color: #5D431F;
}
</style>
background-color css
<style>
a { background-color: #5D431F; }
a { background-color: rgb(93,67,31); }
div.DivClassName
{
background-color: #5D431F;
}
.BgClassName
{
background-color: #5D431F;
}
</style>
border-color css
<style>
span { border-color: #5D431F; }
span { border-color: rgb(93,67,31); }
td.TdClassName
{
border-color: #5D431F;
}
.TagClassName
{
border-color: #5D431F;
}
</style>