Shades of Dark Brown #5B3D1B
Tints of Dark Brown #5B3D1B
RGB
CMYK
RGB Variations
Color information
#5B3D1B (or 0x5B3D1B) is known color: Dark Brown. HEX triplet: 5B, 3D and 1B. RGB value is (91,61,27). Sum of RGB (Red+Green+Blue) = 91+61+27=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D1B is #A4C2E4. Grayscale: #424242. Windows color (decimal): -10797797 or 1785179. OLE color: 1785179.
HSL color Cylindrical-coordinate representation of color #5B3D1B: hue angle of 31.88º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B3D1B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 27 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.64 |
| HSL | 31.88º | 0.54% | 0.23% | - |
| HSV(B) | 31.88º | 0.7% | 0.36% | - |
| XYZ | 6.18 | 5.64 | 1.8 | - |
| YUV | 66.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 27 | 0 | 0.33 | 0.70 | 0.64 | 31.88 | 0.54 | 0.23 |
| Hex | 5B | 3D | 1B | 0 | 21 | 46 | 40 | 20 | 36 | 17 |
| Octal | 133 | 75 | 33 | 0 | 41 | 106 | 100 | 40 | 66 | 27 |
| Binary | 1011011 | 111101 | 11011 | 0 | 100001 | 1000110 | 1000000 | 100000 | 110110 | 10111 |
Color Harmonies of #5B3D1B
Complementary color
Monochromatic Colors of #5B3D1B
Black with #5B3D1B
Text Example
Text Example
White with #5B3D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D1B; }
p { color: rgb(91,61,27); }
H1.HeaderClassName
{
color: #5B3D1B;
}
.AnyTagClassName
{
color: #5B3D1B;
}
</style>
background-color css
<style>
a { background-color: #5B3D1B; }
a { background-color: rgb(91,61,27); }
div.DivClassName
{
background-color: #5B3D1B;
}
.BgClassName
{
background-color: #5B3D1B;
}
</style>
border-color css
<style>
span { border-color: #5B3D1B; }
span { border-color: rgb(91,61,27); }
td.TdClassName
{
border-color: #5B3D1B;
}
.TagClassName
{
border-color: #5B3D1B;
}
</style>