Shades of Dark Brown #5D461F
Tints of Dark Brown #5D461F
RGB
CMYK
RGB Variations
Color information
#5D461F (or 0x5D461F) is known color: Dark Brown. HEX triplet: 5D, 46 and 1F. RGB value is (93,70,31). Sum of RGB (Red+Green+Blue) = 93+70+31=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D461F is #A2B9E0. Grayscale: #484848. Windows color (decimal): -10664417 or 2049629. OLE color: 2049629.
HSL color Cylindrical-coordinate representation of color #5D461F: hue angle of 37.74º 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 #5D461F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 70 | 31 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.64 |
| HSL | 37.74º | 0.5% | 0.24% | - |
| HSV(B) | 37.74º | 0.67% | 0.36% | - |
| XYZ | 6.95 | 6.81 | 2.24 | - |
| YUV | 72.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 31 | 0 | 0.25 | 0.67 | 0.64 | 37.74 | 0.5 | 0.24 |
| Hex | 5D | 46 | 1F | 0 | 19 | 43 | 40 | 26 | 32 | 18 |
| Octal | 135 | 106 | 37 | 0 | 31 | 103 | 100 | 46 | 62 | 30 |
| Binary | 1011101 | 1000110 | 11111 | 0 | 11001 | 1000011 | 1000000 | 100110 | 110010 | 11000 |
Color Harmonies of #5D461F
Complementary color
Monochromatic Colors of #5D461F
Black with #5D461F
Text Example
Text Example
White with #5D461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D461F; }
p { color: rgb(93,70,31); }
H1.HeaderClassName
{
color: #5D461F;
}
.AnyTagClassName
{
color: #5D461F;
}
</style>
background-color css
<style>
a { background-color: #5D461F; }
a { background-color: rgb(93,70,31); }
div.DivClassName
{
background-color: #5D461F;
}
.BgClassName
{
background-color: #5D461F;
}
</style>
border-color css
<style>
span { border-color: #5D461F; }
span { border-color: rgb(93,70,31); }
td.TdClassName
{
border-color: #5D461F;
}
.TagClassName
{
border-color: #5D461F;
}
</style>