Shades of Medium Wood #B7825D
Tints of Medium Wood #B7825D
RGB
CMYK
RGB Variations
Color information
#B7825D (or 0xB7825D) is known color: Medium Wood. HEX triplet: B7, 82 and 5D. RGB value is (183,130,93). Sum of RGB (Red+Green+Blue) = 183+130+93=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7825D is #487DA2. Grayscale: #8D8D8D. Windows color (decimal): -4750755 or 6128311. OLE color: 6128311.
HSL color Cylindrical-coordinate representation of color #B7825D: hue angle of 24.67º 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 #B7825D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 93 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.28 |
| HSL | 24.67º | 0.38% | 0.54% | - |
| HSV(B) | 24.67º | 0.49% | 0.72% | - |
| XYZ | 29.49 | 26.82 | 13.98 | - |
| YUV | 141.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 93 | 0 | 0.29 | 0.49 | 0.28 | 24.67 | 0.38 | 0.54 |
| Hex | B7 | 82 | 5D | 0 | 1D | 31 | 1C | 19 | 26 | 36 |
| Octal | 267 | 202 | 135 | 0 | 35 | 61 | 34 | 31 | 46 | 66 |
| Binary | 10110111 | 10000010 | 1011101 | 0 | 11101 | 110001 | 11100 | 11001 | 100110 | 110110 |
Color Harmonies of #B7825D
Complementary color
Monochromatic Colors of #B7825D
Black with #B7825D
Text Example
Text Example
White with #B7825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7825D; }
p { color: rgb(183,130,93); }
H1.HeaderClassName
{
color: #B7825D;
}
.AnyTagClassName
{
color: #B7825D;
}
</style>
background-color css
<style>
a { background-color: #B7825D; }
a { background-color: rgb(183,130,93); }
div.DivClassName
{
background-color: #B7825D;
}
.BgClassName
{
background-color: #B7825D;
}
</style>
border-color css
<style>
span { border-color: #B7825D; }
span { border-color: rgb(183,130,93); }
td.TdClassName
{
border-color: #B7825D;
}
.TagClassName
{
border-color: #B7825D;
}
</style>