Shades of Dark Brown #5B410F
Tints of Dark Brown #5B410F
RGB
CMYK
RGB Variations
Color information
#5B410F (or 0x5B410F) is known color: Dark Brown. HEX triplet: 5B, 41 and 0F. RGB value is (91,65,15). Sum of RGB (Red+Green+Blue) = 91+65+15=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B410F is #A4BEF0. Grayscale: #434343. Windows color (decimal): -10796785 or 999771. OLE color: 999771.
HSL color Cylindrical-coordinate representation of color #5B410F: hue angle of 39.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B410F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 15 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.64 |
| HSL | 39.47º | 0.72% | 0.21% | - |
| HSV(B) | 39.47º | 0.84% | 0.36% | - |
| XYZ | 6.29 | 6.04 | 1.29 | - |
| YUV | 67.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 15 | 0 | 0.29 | 0.84 | 0.64 | 39.47 | 0.72 | 0.21 |
| Hex | 5B | 41 | F | 0 | 1D | 54 | 40 | 27 | 48 | 15 |
| Octal | 133 | 101 | 17 | 0 | 35 | 124 | 100 | 47 | 110 | 25 |
| Binary | 1011011 | 1000001 | 1111 | 0 | 11101 | 1010100 | 1000000 | 100111 | 1001000 | 10101 |
Color Harmonies of #5B410F
Complementary color
Monochromatic Colors of #5B410F
Black with #5B410F
Text Example
Text Example
White with #5B410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B410F; }
p { color: rgb(91,65,15); }
H1.HeaderClassName
{
color: #5B410F;
}
.AnyTagClassName
{
color: #5B410F;
}
</style>
background-color css
<style>
a { background-color: #5B410F; }
a { background-color: rgb(91,65,15); }
div.DivClassName
{
background-color: #5B410F;
}
.BgClassName
{
background-color: #5B410F;
}
</style>
border-color css
<style>
span { border-color: #5B410F; }
span { border-color: rgb(91,65,15); }
td.TdClassName
{
border-color: #5B410F;
}
.TagClassName
{
border-color: #5B410F;
}
</style>