Shades of Medium Wood #B3785B
Tints of Medium Wood #B3785B
RGB
CMYK
RGB Variations
Color information
#B3785B (or 0xB3785B) is known color: Medium Wood. HEX triplet: B3, 78 and 5B. RGB value is (179,120,91). Sum of RGB (Red+Green+Blue) = 179+120+91=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785B is #4C87A4. Grayscale: #868686. Windows color (decimal): -5015461 or 5994675. OLE color: 5994675.
HSL color Cylindrical-coordinate representation of color #B3785B: hue angle of 19.77º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3785B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 91 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.30 |
| HSL | 19.77º | 0.37% | 0.53% | - |
| HSV(B) | 19.77º | 0.49% | 0.7% | - |
| XYZ | 27.2 | 23.77 | 13.05 | - |
| YUV | 134.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 91 | 0 | 0.33 | 0.49 | 0.30 | 19.77 | 0.37 | 0.53 |
| Hex | B3 | 78 | 5B | 0 | 21 | 31 | 1E | 14 | 25 | 35 |
| Octal | 263 | 170 | 133 | 0 | 41 | 61 | 36 | 24 | 45 | 65 |
| Binary | 10110011 | 1111000 | 1011011 | 0 | 100001 | 110001 | 11110 | 10100 | 100101 | 110101 |
Color Harmonies of #B3785B
Complementary color
Monochromatic Colors of #B3785B
Black with #B3785B
Text Example
Text Example
White with #B3785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3785B; }
p { color: rgb(179,120,91); }
H1.HeaderClassName
{
color: #B3785B;
}
.AnyTagClassName
{
color: #B3785B;
}
</style>
background-color css
<style>
a { background-color: #B3785B; }
a { background-color: rgb(179,120,91); }
div.DivClassName
{
background-color: #B3785B;
}
.BgClassName
{
background-color: #B3785B;
}
</style>
border-color css
<style>
span { border-color: #B3785B; }
span { border-color: rgb(179,120,91); }
td.TdClassName
{
border-color: #B3785B;
}
.TagClassName
{
border-color: #B3785B;
}
</style>