Shades of Dark Brown #5B411F
Tints of Dark Brown #5B411F
RGB
CMYK
RGB Variations
Color information
#5B411F (or 0x5B411F) is known color: Dark Brown. HEX triplet: 5B, 41 and 1F. RGB value is (91,65,31). Sum of RGB (Red+Green+Blue) = 91+65+31=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B411F is #A4BEE0. Grayscale: #454545. Windows color (decimal): -10796769 or 2048347. OLE color: 2048347.
HSL color Cylindrical-coordinate representation of color #5B411F: hue angle of 34º 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 #5B411F is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 31 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.64 |
| HSL | 34º | 0.49% | 0.24% | - |
| HSV(B) | 34º | 0.66% | 0.36% | - |
| XYZ | 6.45 | 6.1 | 2.13 | - |
| YUV | 68.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 31 | 0 | 0.29 | 0.66 | 0.64 | 34 | 0.49 | 0.24 |
| Hex | 5B | 41 | 1F | 0 | 1D | 42 | 40 | 22 | 31 | 18 |
| Octal | 133 | 101 | 37 | 0 | 35 | 102 | 100 | 42 | 61 | 30 |
| Binary | 1011011 | 1000001 | 11111 | 0 | 11101 | 1000010 | 1000000 | 100010 | 110001 | 11000 |
Color Harmonies of #5B411F
Complementary color
Monochromatic Colors of #5B411F
Black with #5B411F
Text Example
Text Example
White with #5B411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B411F; }
p { color: rgb(91,65,31); }
H1.HeaderClassName
{
color: #5B411F;
}
.AnyTagClassName
{
color: #5B411F;
}
</style>
background-color css
<style>
a { background-color: #5B411F; }
a { background-color: rgb(91,65,31); }
div.DivClassName
{
background-color: #5B411F;
}
.BgClassName
{
background-color: #5B411F;
}
</style>
border-color css
<style>
span { border-color: #5B411F; }
span { border-color: rgb(91,65,31); }
td.TdClassName
{
border-color: #5B411F;
}
.TagClassName
{
border-color: #5B411F;
}
</style>