Shades of Woody Brown #5B4643
Tints of Woody Brown #5B4643
RGB
CMYK
RGB Variations
Color information
#5B4643 (or 0x5B4643) is known color: Woody Brown. HEX triplet: 5B, 46 and 43. RGB value is (91,70,67). Sum of RGB (Red+Green+Blue) = 91+70+67=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4643 is #A4B9BC. Grayscale: #4B4B4B. Windows color (decimal): -10795453 or 4408923. OLE color: 4408923.
HSL color Cylindrical-coordinate representation of color #5B4643: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B4643 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 70 | 67 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.64 |
| HSL | 7.5º | 0.15% | 0.31% | - |
| HSV(B) | 7.5º | 0.26% | 0.36% | - |
| XYZ | 7.52 | 7.01 | 6.27 | - |
| YUV | 75.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 67 | 0 | 0.23 | 0.26 | 0.64 | 7.5 | 0.15 | 0.31 |
| Hex | 5B | 46 | 43 | 0 | 17 | 1A | 40 | 8 | F | 1F |
| Octal | 133 | 106 | 103 | 0 | 27 | 32 | 100 | 10 | 17 | 37 |
| Binary | 1011011 | 1000110 | 1000011 | 0 | 10111 | 11010 | 1000000 | 1000 | 1111 | 11111 |
Color Harmonies of #5B4643
Complementary color
Monochromatic Colors of #5B4643
Black with #5B4643
Text Example
Text Example
White with #5B4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4643; }
p { color: rgb(91,70,67); }
H1.HeaderClassName
{
color: #5B4643;
}
.AnyTagClassName
{
color: #5B4643;
}
</style>
background-color css
<style>
a { background-color: #5B4643; }
a { background-color: rgb(91,70,67); }
div.DivClassName
{
background-color: #5B4643;
}
.BgClassName
{
background-color: #5B4643;
}
</style>
border-color css
<style>
span { border-color: #5B4643; }
span { border-color: rgb(91,70,67); }
td.TdClassName
{
border-color: #5B4643;
}
.TagClassName
{
border-color: #5B4643;
}
</style>