Shades of Very Dark Brown #5B3F31
Tints of Very Dark Brown #5B3F31
RGB
CMYK
RGB Variations
Color information
#5B3F31 (or 0x5B3F31) is known color: Very Dark Brown. HEX triplet: 5B, 3F and 31. RGB value is (91,63,49). Sum of RGB (Red+Green+Blue) = 91+63+49=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F31 is #A4C0CE. Grayscale: #454545. Windows color (decimal): -10797263 or 3227483. OLE color: 3227483.
HSL color Cylindrical-coordinate representation of color #5B3F31: hue angle of 20º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3F31 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 49 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.64 |
| HSL | 20º | 0.3% | 0.27% | - |
| HSV(B) | 20º | 0.46% | 0.36% | - |
| XYZ | 6.65 | 6 | 3.71 | - |
| YUV | 69.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 49 | 0 | 0.31 | 0.46 | 0.64 | 20 | 0.3 | 0.27 |
| Hex | 5B | 3F | 31 | 0 | 1F | 2E | 40 | 14 | 1E | 1B |
| Octal | 133 | 77 | 61 | 0 | 37 | 56 | 100 | 24 | 36 | 33 |
| Binary | 1011011 | 111111 | 110001 | 0 | 11111 | 101110 | 1000000 | 10100 | 11110 | 11011 |
Color Harmonies of #5B3F31
Complementary color
Monochromatic Colors of #5B3F31
Black with #5B3F31
Text Example
Text Example
White with #5B3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F31; }
p { color: rgb(91,63,49); }
H1.HeaderClassName
{
color: #5B3F31;
}
.AnyTagClassName
{
color: #5B3F31;
}
</style>
background-color css
<style>
a { background-color: #5B3F31; }
a { background-color: rgb(91,63,49); }
div.DivClassName
{
background-color: #5B3F31;
}
.BgClassName
{
background-color: #5B3F31;
}
</style>
border-color css
<style>
span { border-color: #5B3F31; }
span { border-color: rgb(91,63,49); }
td.TdClassName
{
border-color: #5B3F31;
}
.TagClassName
{
border-color: #5B3F31;
}
</style>