Shades of Dark Brown #5B3F1F
Tints of Dark Brown #5B3F1F
RGB
CMYK
RGB Variations
Color information
#5B3F1F (or 0x5B3F1F) is known color: Dark Brown. HEX triplet: 5B, 3F and 1F. RGB value is (91,63,31). Sum of RGB (Red+Green+Blue) = 91+63+31=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F1F is #A4C0E0. Grayscale: #434343. Windows color (decimal): -10797281 or 2047835. OLE color: 2047835.
HSL color Cylindrical-coordinate representation of color #5B3F1F: hue angle of 32º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3F1F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 31 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.64 |
| HSL | 32º | 0.49% | 0.24% | - |
| HSV(B) | 32º | 0.66% | 0.36% | - |
| XYZ | 6.34 | 5.88 | 2.1 | - |
| YUV | 67.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 31 | 0 | 0.31 | 0.66 | 0.64 | 32 | 0.49 | 0.24 |
| Hex | 5B | 3F | 1F | 0 | 1F | 42 | 40 | 20 | 31 | 18 |
| Octal | 133 | 77 | 37 | 0 | 37 | 102 | 100 | 40 | 61 | 30 |
| Binary | 1011011 | 111111 | 11111 | 0 | 11111 | 1000010 | 1000000 | 100000 | 110001 | 11000 |
Color Harmonies of #5B3F1F
Complementary color
Monochromatic Colors of #5B3F1F
Black with #5B3F1F
Text Example
Text Example
White with #5B3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F1F; }
p { color: rgb(91,63,31); }
H1.HeaderClassName
{
color: #5B3F1F;
}
.AnyTagClassName
{
color: #5B3F1F;
}
</style>
background-color css
<style>
a { background-color: #5B3F1F; }
a { background-color: rgb(91,63,31); }
div.DivClassName
{
background-color: #5B3F1F;
}
.BgClassName
{
background-color: #5B3F1F;
}
</style>
border-color css
<style>
span { border-color: #5B3F1F; }
span { border-color: rgb(91,63,31); }
td.TdClassName
{
border-color: #5B3F1F;
}
.TagClassName
{
border-color: #5B3F1F;
}
</style>