Shades of Dark Brown #5D401D
Tints of Dark Brown #5D401D
RGB
CMYK
RGB Variations
Color information
#5D401D (or 0x5D401D) is known color: Dark Brown. HEX triplet: 5D, 40 and 1D. RGB value is (93,64,29). Sum of RGB (Red+Green+Blue) = 93+64+29=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D401D is #A2BFE2. Grayscale: #444444. Windows color (decimal): -10665955 or 1917021. OLE color: 1917021.
HSL color Cylindrical-coordinate representation of color #5D401D: hue angle of 32.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D401D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 29 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.64 |
| HSL | 32.81º | 0.52% | 0.24% | - |
| HSV(B) | 32.81º | 0.69% | 0.36% | - |
| XYZ | 6.57 | 6.08 | 1.99 | - |
| YUV | 68.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 29 | 0 | 0.31 | 0.69 | 0.64 | 32.81 | 0.52 | 0.24 |
| Hex | 5D | 40 | 1D | 0 | 1F | 45 | 40 | 21 | 34 | 18 |
| Octal | 135 | 100 | 35 | 0 | 37 | 105 | 100 | 41 | 64 | 30 |
| Binary | 1011101 | 1000000 | 11101 | 0 | 11111 | 1000101 | 1000000 | 100001 | 110100 | 11000 |
Color Harmonies of #5D401D
Complementary color
Monochromatic Colors of #5D401D
Black with #5D401D
Text Example
Text Example
White with #5D401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D401D; }
p { color: rgb(93,64,29); }
H1.HeaderClassName
{
color: #5D401D;
}
.AnyTagClassName
{
color: #5D401D;
}
</style>
background-color css
<style>
a { background-color: #5D401D; }
a { background-color: rgb(93,64,29); }
div.DivClassName
{
background-color: #5D401D;
}
.BgClassName
{
background-color: #5D401D;
}
</style>
border-color css
<style>
span { border-color: #5D401D; }
span { border-color: rgb(93,64,29); }
td.TdClassName
{
border-color: #5D401D;
}
.TagClassName
{
border-color: #5D401D;
}
</style>