Shades of Dark Brown #5B4018
Tints of Dark Brown #5B4018
RGB
CMYK
RGB Variations
Color information
#5B4018 (or 0x5B4018) is known color: Dark Brown. HEX triplet: 5B, 40 and 18. RGB value is (91,64,24). Sum of RGB (Red+Green+Blue) = 91+64+24=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4018 is #A4BFE7. Grayscale: #434343. Windows color (decimal): -10797032 or 1589339. OLE color: 1589339.
HSL color Cylindrical-coordinate representation of color #5B4018: hue angle of 35.82º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B4018 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 24 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.64 |
| HSL | 35.82º | 0.58% | 0.23% | - |
| HSV(B) | 35.82º | 0.74% | 0.36% | - |
| XYZ | 6.31 | 5.96 | 1.68 | - |
| YUV | 67.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 24 | 0 | 0.30 | 0.74 | 0.64 | 35.82 | 0.58 | 0.23 |
| Hex | 5B | 40 | 18 | 0 | 1E | 4A | 40 | 24 | 3A | 17 |
| Octal | 133 | 100 | 30 | 0 | 36 | 112 | 100 | 44 | 72 | 27 |
| Binary | 1011011 | 1000000 | 11000 | 0 | 11110 | 1001010 | 1000000 | 100100 | 111010 | 10111 |
Color Harmonies of #5B4018
Complementary color
Monochromatic Colors of #5B4018
Black with #5B4018
Text Example
Text Example
White with #5B4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4018; }
p { color: rgb(91,64,24); }
H1.HeaderClassName
{
color: #5B4018;
}
.AnyTagClassName
{
color: #5B4018;
}
</style>
background-color css
<style>
a { background-color: #5B4018; }
a { background-color: rgb(91,64,24); }
div.DivClassName
{
background-color: #5B4018;
}
.BgClassName
{
background-color: #5B4018;
}
</style>
border-color css
<style>
span { border-color: #5B4018; }
span { border-color: rgb(91,64,24); }
td.TdClassName
{
border-color: #5B4018;
}
.TagClassName
{
border-color: #5B4018;
}
</style>