Shades of Dark Brown #5D4313
Tints of Dark Brown #5D4313
RGB
CMYK
RGB Variations
Color information
#5D4313 (or 0x5D4313) is known color: Dark Brown. HEX triplet: 5D, 43 and 13. RGB value is (93,67,19). Sum of RGB (Red+Green+Blue) = 93+67+19=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4313 is #A2BCEC. Grayscale: #454545. Windows color (decimal): -10665197 or 1262429. OLE color: 1262429.
HSL color Cylindrical-coordinate representation of color #5D4313: hue angle of 38.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D4313 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 67 | 19 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.64 |
| HSL | 38.92º | 0.66% | 0.22% | - |
| HSV(B) | 38.92º | 0.8% | 0.36% | - |
| XYZ | 6.64 | 6.39 | 1.5 | - |
| YUV | 69.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 19 | 0 | 0.28 | 0.80 | 0.64 | 38.92 | 0.66 | 0.22 |
| Hex | 5D | 43 | 13 | 0 | 1C | 50 | 40 | 27 | 42 | 16 |
| Octal | 135 | 103 | 23 | 0 | 34 | 120 | 100 | 47 | 102 | 26 |
| Binary | 1011101 | 1000011 | 10011 | 0 | 11100 | 1010000 | 1000000 | 100111 | 1000010 | 10110 |
Color Harmonies of #5D4313
Complementary color
Monochromatic Colors of #5D4313
Black with #5D4313
Text Example
Text Example
White with #5D4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4313; }
p { color: rgb(93,67,19); }
H1.HeaderClassName
{
color: #5D4313;
}
.AnyTagClassName
{
color: #5D4313;
}
</style>
background-color css
<style>
a { background-color: #5D4313; }
a { background-color: rgb(93,67,19); }
div.DivClassName
{
background-color: #5D4313;
}
.BgClassName
{
background-color: #5D4313;
}
</style>
border-color css
<style>
span { border-color: #5D4313; }
span { border-color: rgb(93,67,19); }
td.TdClassName
{
border-color: #5D4313;
}
.TagClassName
{
border-color: #5D4313;
}
</style>