Shades of Dark Brown #5B3F1E
Tints of Dark Brown #5B3F1E
RGB
CMYK
RGB Variations
Color information
#5B3F1E (or 0x5B3F1E) is known color: Dark Brown. HEX triplet: 5B, 3F and 1E. RGB value is (91,63,30). Sum of RGB (Red+Green+Blue) = 91+63+30=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F1E is #A4C0E1. Grayscale: #434343. Windows color (decimal): -10797282 or 1982299. OLE color: 1982299.
HSL color Cylindrical-coordinate representation of color #5B3F1E: hue angle of 32.46º 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 #5B3F1E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 30 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.64 |
| HSL | 32.46º | 0.5% | 0.24% | - |
| HSV(B) | 32.46º | 0.67% | 0.36% | - |
| XYZ | 6.33 | 5.87 | 2.03 | - |
| YUV | 67.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 30 | 0 | 0.31 | 0.67 | 0.64 | 32.46 | 0.5 | 0.24 |
| Hex | 5B | 3F | 1E | 0 | 1F | 43 | 40 | 20 | 32 | 18 |
| Octal | 133 | 77 | 36 | 0 | 37 | 103 | 100 | 40 | 62 | 30 |
| Binary | 1011011 | 111111 | 11110 | 0 | 11111 | 1000011 | 1000000 | 100000 | 110010 | 11000 |
Color Harmonies of #5B3F1E
Complementary color
Monochromatic Colors of #5B3F1E
Black with #5B3F1E
Text Example
Text Example
White with #5B3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F1E; }
p { color: rgb(91,63,30); }
H1.HeaderClassName
{
color: #5B3F1E;
}
.AnyTagClassName
{
color: #5B3F1E;
}
</style>
background-color css
<style>
a { background-color: #5B3F1E; }
a { background-color: rgb(91,63,30); }
div.DivClassName
{
background-color: #5B3F1E;
}
.BgClassName
{
background-color: #5B3F1E;
}
</style>
border-color css
<style>
span { border-color: #5B3F1E; }
span { border-color: rgb(91,63,30); }
td.TdClassName
{
border-color: #5B3F1E;
}
.TagClassName
{
border-color: #5B3F1E;
}
</style>