Shades of Medium Wood #B3845D
Tints of Medium Wood #B3845D
RGB
CMYK
RGB Variations
Color information
#B3845D (or 0xB3845D) is known color: Medium Wood. HEX triplet: B3, 84 and 5D. RGB value is (179,132,93). Sum of RGB (Red+Green+Blue) = 179+132+93=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3845D is #4C7BA2. Grayscale: #8D8D8D. Windows color (decimal): -5012387 or 6128819. OLE color: 6128819.
HSL color Cylindrical-coordinate representation of color #B3845D: hue angle of 27.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3845D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 93 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.30 |
| HSL | 27.21º | 0.36% | 0.53% | - |
| HSV(B) | 27.21º | 0.48% | 0.7% | - |
| XYZ | 28.82 | 26.88 | 14.02 | - |
| YUV | 141.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 93 | 0 | 0.26 | 0.48 | 0.30 | 27.21 | 0.36 | 0.53 |
| Hex | B3 | 84 | 5D | 0 | 1A | 30 | 1E | 1B | 24 | 35 |
| Octal | 263 | 204 | 135 | 0 | 32 | 60 | 36 | 33 | 44 | 65 |
| Binary | 10110011 | 10000100 | 1011101 | 0 | 11010 | 110000 | 11110 | 11011 | 100100 | 110101 |
Color Harmonies of #B3845D
Complementary color
Monochromatic Colors of #B3845D
Black with #B3845D
Text Example
Text Example
White with #B3845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3845D; }
p { color: rgb(179,132,93); }
H1.HeaderClassName
{
color: #B3845D;
}
.AnyTagClassName
{
color: #B3845D;
}
</style>
background-color css
<style>
a { background-color: #B3845D; }
a { background-color: rgb(179,132,93); }
div.DivClassName
{
background-color: #B3845D;
}
.BgClassName
{
background-color: #B3845D;
}
</style>
border-color css
<style>
span { border-color: #B3845D; }
span { border-color: rgb(179,132,93); }
td.TdClassName
{
border-color: #B3845D;
}
.TagClassName
{
border-color: #B3845D;
}
</style>