Shades of Medium Wood #B3835D
Tints of Medium Wood #B3835D
RGB
CMYK
RGB Variations
Color information
#B3835D (or 0xB3835D) is known color: Medium Wood. HEX triplet: B3, 83 and 5D. RGB value is (179,131,93). Sum of RGB (Red+Green+Blue) = 179+131+93=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3835D is #4C7CA2. Grayscale: #8D8D8D. Windows color (decimal): -5012643 or 6128563. OLE color: 6128563.
HSL color Cylindrical-coordinate representation of color #B3835D: hue angle of 26.51º 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 #B3835D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 93 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.30 |
| HSL | 26.51º | 0.36% | 0.53% | - |
| HSV(B) | 26.51º | 0.48% | 0.7% | - |
| XYZ | 28.68 | 26.61 | 13.98 | - |
| YUV | 141.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 93 | 0 | 0.27 | 0.48 | 0.30 | 26.51 | 0.36 | 0.53 |
| Hex | B3 | 83 | 5D | 0 | 1B | 30 | 1E | 1B | 24 | 35 |
| Octal | 263 | 203 | 135 | 0 | 33 | 60 | 36 | 33 | 44 | 65 |
| Binary | 10110011 | 10000011 | 1011101 | 0 | 11011 | 110000 | 11110 | 11011 | 100100 | 110101 |
Color Harmonies of #B3835D
Complementary color
Monochromatic Colors of #B3835D
Black with #B3835D
Text Example
Text Example
White with #B3835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3835D; }
p { color: rgb(179,131,93); }
H1.HeaderClassName
{
color: #B3835D;
}
.AnyTagClassName
{
color: #B3835D;
}
</style>
background-color css
<style>
a { background-color: #B3835D; }
a { background-color: rgb(179,131,93); }
div.DivClassName
{
background-color: #B3835D;
}
.BgClassName
{
background-color: #B3835D;
}
</style>
border-color css
<style>
span { border-color: #B3835D; }
span { border-color: rgb(179,131,93); }
td.TdClassName
{
border-color: #B3835D;
}
.TagClassName
{
border-color: #B3835D;
}
</style>