Shades of Dark Brown #5D451F
Tints of Dark Brown #5D451F
RGB
CMYK
RGB Variations
Color information
#5D451F (or 0x5D451F) is known color: Dark Brown. HEX triplet: 5D, 45 and 1F. RGB value is (93,69,31). Sum of RGB (Red+Green+Blue) = 93+69+31=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D451F is #A2BAE0. Grayscale: #484848. Windows color (decimal): -10664673 or 2049373. OLE color: 2049373.
HSL color Cylindrical-coordinate representation of color #5D451F: hue angle of 36.77º 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 #5D451F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 31 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.64 |
| HSL | 36.77º | 0.5% | 0.24% | - |
| HSV(B) | 36.77º | 0.67% | 0.36% | - |
| XYZ | 6.89 | 6.68 | 2.22 | - |
| YUV | 71.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 31 | 0 | 0.26 | 0.67 | 0.64 | 36.77 | 0.5 | 0.24 |
| Hex | 5D | 45 | 1F | 0 | 1A | 43 | 40 | 25 | 32 | 18 |
| Octal | 135 | 105 | 37 | 0 | 32 | 103 | 100 | 45 | 62 | 30 |
| Binary | 1011101 | 1000101 | 11111 | 0 | 11010 | 1000011 | 1000000 | 100101 | 110010 | 11000 |
Color Harmonies of #5D451F
Complementary color
Monochromatic Colors of #5D451F
Black with #5D451F
Text Example
Text Example
White with #5D451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D451F; }
p { color: rgb(93,69,31); }
H1.HeaderClassName
{
color: #5D451F;
}
.AnyTagClassName
{
color: #5D451F;
}
</style>
background-color css
<style>
a { background-color: #5D451F; }
a { background-color: rgb(93,69,31); }
div.DivClassName
{
background-color: #5D451F;
}
.BgClassName
{
background-color: #5D451F;
}
</style>
border-color css
<style>
span { border-color: #5D451F; }
span { border-color: rgb(93,69,31); }
td.TdClassName
{
border-color: #5D451F;
}
.TagClassName
{
border-color: #5D451F;
}
</style>