Shades of Dark Brown #5B420F
Tints of Dark Brown #5B420F
RGB
CMYK
RGB Variations
Color information
#5B420F (or 0x5B420F) is known color: Dark Brown. HEX triplet: 5B, 42 and 0F. RGB value is (91,66,15). Sum of RGB (Red+Green+Blue) = 91+66+15=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B420F is #A4BDF0. Grayscale: #434343. Windows color (decimal): -10796529 or 1000027. OLE color: 1000027.
HSL color Cylindrical-coordinate representation of color #5B420F: hue angle of 40.26º 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 #5B420F is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 15 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.64 |
| HSL | 40.26º | 0.72% | 0.21% | - |
| HSV(B) | 40.26º | 0.84% | 0.36% | - |
| XYZ | 6.35 | 6.16 | 1.31 | - |
| YUV | 67.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 15 | 0 | 0.27 | 0.84 | 0.64 | 40.26 | 0.72 | 0.21 |
| Hex | 5B | 42 | F | 0 | 1B | 54 | 40 | 28 | 48 | 15 |
| Octal | 133 | 102 | 17 | 0 | 33 | 124 | 100 | 50 | 110 | 25 |
| Binary | 1011011 | 1000010 | 1111 | 0 | 11011 | 1010100 | 1000000 | 101000 | 1001000 | 10101 |
Color Harmonies of #5B420F
Complementary color
Monochromatic Colors of #5B420F
Black with #5B420F
Text Example
Text Example
White with #5B420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B420F; }
p { color: rgb(91,66,15); }
H1.HeaderClassName
{
color: #5B420F;
}
.AnyTagClassName
{
color: #5B420F;
}
</style>
background-color css
<style>
a { background-color: #5B420F; }
a { background-color: rgb(91,66,15); }
div.DivClassName
{
background-color: #5B420F;
}
.BgClassName
{
background-color: #5B420F;
}
</style>
border-color css
<style>
span { border-color: #5B420F; }
span { border-color: rgb(91,66,15); }
td.TdClassName
{
border-color: #5B420F;
}
.TagClassName
{
border-color: #5B420F;
}
</style>