Shades of Medium Wood #B7805D
Tints of Medium Wood #B7805D
RGB
CMYK
RGB Variations
Color information
#B7805D (or 0xB7805D) is known color: Medium Wood. HEX triplet: B7, 80 and 5D. RGB value is (183,128,93). Sum of RGB (Red+Green+Blue) = 183+128+93=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7805D is #487FA2. Grayscale: #8C8C8C. Windows color (decimal): -4751267 or 6127799. OLE color: 6127799.
HSL color Cylindrical-coordinate representation of color #B7805D: hue angle of 23.33º 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 #B7805D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 93 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.28 |
| HSL | 23.33º | 0.38% | 0.54% | - |
| HSV(B) | 23.33º | 0.49% | 0.72% | - |
| XYZ | 29.22 | 26.3 | 13.89 | - |
| YUV | 140.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 93 | 0 | 0.30 | 0.49 | 0.28 | 23.33 | 0.38 | 0.54 |
| Hex | B7 | 80 | 5D | 0 | 1E | 31 | 1C | 17 | 26 | 36 |
| Octal | 267 | 200 | 135 | 0 | 36 | 61 | 34 | 27 | 46 | 66 |
| Binary | 10110111 | 10000000 | 1011101 | 0 | 11110 | 110001 | 11100 | 10111 | 100110 | 110110 |
Color Harmonies of #B7805D
Complementary color
Monochromatic Colors of #B7805D
Black with #B7805D
Text Example
Text Example
White with #B7805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7805D; }
p { color: rgb(183,128,93); }
H1.HeaderClassName
{
color: #B7805D;
}
.AnyTagClassName
{
color: #B7805D;
}
</style>
background-color css
<style>
a { background-color: #B7805D; }
a { background-color: rgb(183,128,93); }
div.DivClassName
{
background-color: #B7805D;
}
.BgClassName
{
background-color: #B7805D;
}
</style>
border-color css
<style>
span { border-color: #B7805D; }
span { border-color: rgb(183,128,93); }
td.TdClassName
{
border-color: #B7805D;
}
.TagClassName
{
border-color: #B7805D;
}
</style>