Shades of Woody Brown #5B4441
Tints of Woody Brown #5B4441
RGB
CMYK
RGB Variations
Color information
#5B4441 (or 0x5B4441) is known color: Woody Brown. HEX triplet: 5B, 44 and 41. RGB value is (91,68,65). Sum of RGB (Red+Green+Blue) = 91+68+65=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4441 is #A4BBBE. Grayscale: #4A4A4A. Windows color (decimal): -10795967 or 4277339. OLE color: 4277339.
HSL color Cylindrical-coordinate representation of color #5B4441: hue angle of 6.92º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B4441 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 65 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.64 |
| HSL | 6.92º | 0.17% | 0.31% | - |
| HSV(B) | 6.92º | 0.29% | 0.36% | - |
| XYZ | 7.34 | 6.74 | 5.92 | - |
| YUV | 74.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 65 | 0 | 0.25 | 0.29 | 0.64 | 6.92 | 0.17 | 0.31 |
| Hex | 5B | 44 | 41 | 0 | 19 | 1D | 40 | 7 | 11 | 1F |
| Octal | 133 | 104 | 101 | 0 | 31 | 35 | 100 | 7 | 21 | 37 |
| Binary | 1011011 | 1000100 | 1000001 | 0 | 11001 | 11101 | 1000000 | 111 | 10001 | 11111 |
Color Harmonies of #5B4441
Complementary color
Monochromatic Colors of #5B4441
Black with #5B4441
Text Example
Text Example
White with #5B4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4441; }
p { color: rgb(91,68,65); }
H1.HeaderClassName
{
color: #5B4441;
}
.AnyTagClassName
{
color: #5B4441;
}
</style>
background-color css
<style>
a { background-color: #5B4441; }
a { background-color: rgb(91,68,65); }
div.DivClassName
{
background-color: #5B4441;
}
.BgClassName
{
background-color: #5B4441;
}
</style>
border-color css
<style>
span { border-color: #5B4441; }
span { border-color: rgb(91,68,65); }
td.TdClassName
{
border-color: #5B4441;
}
.TagClassName
{
border-color: #5B4441;
}
</style>