Shades of Woody Brown #5B4343
Tints of Woody Brown #5B4343
RGB
CMYK
RGB Variations
Color information
#5B4343 (or 0x5B4343) is known color: Woody Brown. HEX triplet: 5B, 43 and 43. RGB value is (91,67,67). Sum of RGB (Red+Green+Blue) = 91+67+67=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4343 is #A4BCBC. Grayscale: #4A4A4A. Windows color (decimal): -10796221 or 4408155. OLE color: 4408155.
HSL color Cylindrical-coordinate representation of color #5B4343: hue angle of 0º 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 #5B4343 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 67 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.64 |
| HSL | 0º | 0.15% | 0.31% | - |
| HSV(B) | 0º | 0.26% | 0.36% | - |
| XYZ | 7.33 | 6.64 | 6.21 | - |
| YUV | 74.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 67 | 0 | 0.26 | 0.26 | 0.64 | 0 | 0.15 | 0.31 |
| Hex | 5B | 43 | 43 | 0 | 1A | 1A | 40 | 0 | F | 1F |
| Octal | 133 | 103 | 103 | 0 | 32 | 32 | 100 | 0 | 17 | 37 |
| Binary | 1011011 | 1000011 | 1000011 | 0 | 11010 | 11010 | 1000000 | 0 | 1111 | 11111 |
Color Harmonies of #5B4343
Complementary color
Monochromatic Colors of #5B4343
Black with #5B4343
Text Example
Text Example
White with #5B4343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4343; }
p { color: rgb(91,67,67); }
H1.HeaderClassName
{
color: #5B4343;
}
.AnyTagClassName
{
color: #5B4343;
}
</style>
background-color css
<style>
a { background-color: #5B4343; }
a { background-color: rgb(91,67,67); }
div.DivClassName
{
background-color: #5B4343;
}
.BgClassName
{
background-color: #5B4343;
}
</style>
border-color css
<style>
span { border-color: #5B4343; }
span { border-color: rgb(91,67,67); }
td.TdClassName
{
border-color: #5B4343;
}
.TagClassName
{
border-color: #5B4343;
}
</style>