Shades of Dark Brown #5D4526
Tints of Dark Brown #5D4526
RGB
CMYK
RGB Variations
Color information
#5D4526 (or 0x5D4526) is known color: Dark Brown. HEX triplet: 5D, 45 and 26. RGB value is (93,69,38). Sum of RGB (Red+Green+Blue) = 93+69+38=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4526 is #A2BAD9. Grayscale: #484848. Windows color (decimal): -10664666 or 2508125. OLE color: 2508125.
HSL color Cylindrical-coordinate representation of color #5D4526: hue angle of 33.82º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4526 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 38 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.64 |
| HSL | 33.82º | 0.42% | 0.26% | - |
| HSV(B) | 33.82º | 0.59% | 0.36% | - |
| XYZ | 6.99 | 6.72 | 2.76 | - |
| YUV | 72.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 38 | 0 | 0.26 | 0.59 | 0.64 | 33.82 | 0.42 | 0.26 |
| Hex | 5D | 45 | 26 | 0 | 1A | 3B | 40 | 22 | 2A | 1A |
| Octal | 135 | 105 | 46 | 0 | 32 | 73 | 100 | 42 | 52 | 32 |
| Binary | 1011101 | 1000101 | 100110 | 0 | 11010 | 111011 | 1000000 | 100010 | 101010 | 11010 |
Color Harmonies of #5D4526
Complementary color
Monochromatic Colors of #5D4526
Black with #5D4526
Text Example
Text Example
White with #5D4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4526; }
p { color: rgb(93,69,38); }
H1.HeaderClassName
{
color: #5D4526;
}
.AnyTagClassName
{
color: #5D4526;
}
</style>
background-color css
<style>
a { background-color: #5D4526; }
a { background-color: rgb(93,69,38); }
div.DivClassName
{
background-color: #5D4526;
}
.BgClassName
{
background-color: #5D4526;
}
</style>
border-color css
<style>
span { border-color: #5D4526; }
span { border-color: rgb(93,69,38); }
td.TdClassName
{
border-color: #5D4526;
}
.TagClassName
{
border-color: #5D4526;
}
</style>