Shades of Dark Brown #5B3F1D
Tints of Dark Brown #5B3F1D
RGB
CMYK
RGB Variations
Color information
#5B3F1D (or 0x5B3F1D) is known color: Dark Brown. HEX triplet: 5B, 3F and 1D. RGB value is (91,63,29). Sum of RGB (Red+Green+Blue) = 91+63+29=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F1D is #A4C0E2. Grayscale: #434343. Windows color (decimal): -10797283 or 1916763. OLE color: 1916763.
HSL color Cylindrical-coordinate representation of color #5B3F1D: hue angle of 32.9º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3F1D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 29 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.64 |
| HSL | 32.9º | 0.52% | 0.24% | - |
| HSV(B) | 32.9º | 0.68% | 0.36% | - |
| XYZ | 6.31 | 5.87 | 1.96 | - |
| YUV | 67.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 29 | 0 | 0.31 | 0.68 | 0.64 | 32.9 | 0.52 | 0.24 |
| Hex | 5B | 3F | 1D | 0 | 1F | 44 | 40 | 21 | 34 | 18 |
| Octal | 133 | 77 | 35 | 0 | 37 | 104 | 100 | 41 | 64 | 30 |
| Binary | 1011011 | 111111 | 11101 | 0 | 11111 | 1000100 | 1000000 | 100001 | 110100 | 11000 |
Color Harmonies of #5B3F1D
Complementary color
Monochromatic Colors of #5B3F1D
Black with #5B3F1D
Text Example
Text Example
White with #5B3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F1D; }
p { color: rgb(91,63,29); }
H1.HeaderClassName
{
color: #5B3F1D;
}
.AnyTagClassName
{
color: #5B3F1D;
}
</style>
background-color css
<style>
a { background-color: #5B3F1D; }
a { background-color: rgb(91,63,29); }
div.DivClassName
{
background-color: #5B3F1D;
}
.BgClassName
{
background-color: #5B3F1D;
}
</style>
border-color css
<style>
span { border-color: #5B3F1D; }
span { border-color: rgb(91,63,29); }
td.TdClassName
{
border-color: #5B3F1D;
}
.TagClassName
{
border-color: #5B3F1D;
}
</style>