Shades of Medium Wood #B3785C
Tints of Medium Wood #B3785C
RGB
CMYK
RGB Variations
Color information
#B3785C (or 0xB3785C) is known color: Medium Wood. HEX triplet: B3, 78 and 5C. RGB value is (179,120,92). Sum of RGB (Red+Green+Blue) = 179+120+92=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785C is #4C87A3. Grayscale: #868686. Windows color (decimal): -5015460 or 6060211. OLE color: 6060211.
HSL color Cylindrical-coordinate representation of color #B3785C: hue angle of 19.31º degrees, saturation: 0.36, 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 #B3785C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 92 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.30 |
| HSL | 19.31º | 0.36% | 0.53% | - |
| HSV(B) | 19.31º | 0.49% | 0.7% | - |
| XYZ | 27.24 | 23.79 | 13.28 | - |
| YUV | 134.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 92 | 0 | 0.33 | 0.49 | 0.30 | 19.31 | 0.36 | 0.53 |
| Hex | B3 | 78 | 5C | 0 | 21 | 31 | 1E | 13 | 24 | 35 |
| Octal | 263 | 170 | 134 | 0 | 41 | 61 | 36 | 23 | 44 | 65 |
| Binary | 10110011 | 1111000 | 1011100 | 0 | 100001 | 110001 | 11110 | 10011 | 100100 | 110101 |
Color Harmonies of #B3785C
Complementary color
Monochromatic Colors of #B3785C
Black with #B3785C
Text Example
Text Example
White with #B3785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3785C; }
p { color: rgb(179,120,92); }
H1.HeaderClassName
{
color: #B3785C;
}
.AnyTagClassName
{
color: #B3785C;
}
</style>
background-color css
<style>
a { background-color: #B3785C; }
a { background-color: rgb(179,120,92); }
div.DivClassName
{
background-color: #B3785C;
}
.BgClassName
{
background-color: #B3785C;
}
</style>
border-color css
<style>
span { border-color: #B3785C; }
span { border-color: rgb(179,120,92); }
td.TdClassName
{
border-color: #B3785C;
}
.TagClassName
{
border-color: #B3785C;
}
</style>