Shades of Medium Wood #B7845D
Tints of Medium Wood #B7845D
RGB
CMYK
RGB Variations
Color information
#B7845D (or 0xB7845D) is known color: Medium Wood. HEX triplet: B7, 84 and 5D. RGB value is (183,132,93). Sum of RGB (Red+Green+Blue) = 183+132+93=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7845D is #487BA2. Grayscale: #8F8F8F. Windows color (decimal): -4750243 or 6128823. OLE color: 6128823.
HSL color Cylindrical-coordinate representation of color #B7845D: hue angle of 26º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7845D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 93 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.28 |
| HSL | 26º | 0.38% | 0.54% | - |
| HSV(B) | 26º | 0.49% | 0.72% | - |
| XYZ | 29.76 | 27.36 | 14.07 | - |
| YUV | 142.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 93 | 0 | 0.28 | 0.49 | 0.28 | 26 | 0.38 | 0.54 |
| Hex | B7 | 84 | 5D | 0 | 1C | 31 | 1C | 1A | 26 | 36 |
| Octal | 267 | 204 | 135 | 0 | 34 | 61 | 34 | 32 | 46 | 66 |
| Binary | 10110111 | 10000100 | 1011101 | 0 | 11100 | 110001 | 11100 | 11010 | 100110 | 110110 |
Color Harmonies of #B7845D
Complementary color
Monochromatic Colors of #B7845D
Black with #B7845D
Text Example
Text Example
White with #B7845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7845D; }
p { color: rgb(183,132,93); }
H1.HeaderClassName
{
color: #B7845D;
}
.AnyTagClassName
{
color: #B7845D;
}
</style>
background-color css
<style>
a { background-color: #B7845D; }
a { background-color: rgb(183,132,93); }
div.DivClassName
{
background-color: #B7845D;
}
.BgClassName
{
background-color: #B7845D;
}
</style>
border-color css
<style>
span { border-color: #B7845D; }
span { border-color: rgb(183,132,93); }
td.TdClassName
{
border-color: #B7845D;
}
.TagClassName
{
border-color: #B7845D;
}
</style>