Shades of Dark Brown #5D4523
Tints of Dark Brown #5D4523
RGB
CMYK
RGB Variations
Color information
#5D4523 (or 0x5D4523) is known color: Dark Brown. HEX triplet: 5D, 45 and 23. RGB value is (93,69,35). Sum of RGB (Red+Green+Blue) = 93+69+35=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4523 is #A2BADC. Grayscale: #484848. Windows color (decimal): -10664669 or 2311517. OLE color: 2311517.
HSL color Cylindrical-coordinate representation of color #5D4523: hue angle of 35.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4523 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 35 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.64 |
| HSL | 35.17º | 0.45% | 0.25% | - |
| HSV(B) | 35.17º | 0.62% | 0.36% | - |
| XYZ | 6.95 | 6.7 | 2.52 | - |
| YUV | 72.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 35 | 0 | 0.26 | 0.62 | 0.64 | 35.17 | 0.45 | 0.25 |
| Hex | 5D | 45 | 23 | 0 | 1A | 3E | 40 | 23 | 2D | 19 |
| Octal | 135 | 105 | 43 | 0 | 32 | 76 | 100 | 43 | 55 | 31 |
| Binary | 1011101 | 1000101 | 100011 | 0 | 11010 | 111110 | 1000000 | 100011 | 101101 | 11001 |
Color Harmonies of #5D4523
Complementary color
Monochromatic Colors of #5D4523
Black with #5D4523
Text Example
Text Example
White with #5D4523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4523; }
p { color: rgb(93,69,35); }
H1.HeaderClassName
{
color: #5D4523;
}
.AnyTagClassName
{
color: #5D4523;
}
</style>
background-color css
<style>
a { background-color: #5D4523; }
a { background-color: rgb(93,69,35); }
div.DivClassName
{
background-color: #5D4523;
}
.BgClassName
{
background-color: #5D4523;
}
</style>
border-color css
<style>
span { border-color: #5D4523; }
span { border-color: rgb(93,69,35); }
td.TdClassName
{
border-color: #5D4523;
}
.TagClassName
{
border-color: #5D4523;
}
</style>