Shades of Smoke Tree #B56333
Tints of Smoke Tree #B56333
RGB
CMYK
RGB Variations
Color information
#B56333 (or 0xB56333) is known color: Smoke Tree. HEX triplet: B5, 63 and 33. RGB value is (181,99,51). Sum of RGB (Red+Green+Blue) = 181+99+51=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56333 is #4A9CCC. Grayscale: #767676. Windows color (decimal): -4889805 or 3367861. OLE color: 3367861.
HSL color Cylindrical-coordinate representation of color #B56333: hue angle of 22.15º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56333 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 51 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.29 |
| HSL | 22.15º | 0.56% | 0.45% | - |
| HSV(B) | 22.15º | 0.72% | 0.71% | - |
| XYZ | 24.12 | 18.99 | 5.53 | - |
| YUV | 118.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 51 | 0 | 0.45 | 0.72 | 0.29 | 22.15 | 0.56 | 0.45 |
| Hex | B5 | 63 | 33 | 0 | 2D | 48 | 1D | 16 | 38 | 2D |
| Octal | 265 | 143 | 63 | 0 | 55 | 110 | 35 | 26 | 70 | 55 |
| Binary | 10110101 | 1100011 | 110011 | 0 | 101101 | 1001000 | 11101 | 10110 | 111000 | 101101 |
Color Harmonies of #B56333
Complementary color
Monochromatic Colors of #B56333
Black with #B56333
Text Example
Text Example
White with #B56333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56333; }
p { color: rgb(181,99,51); }
H1.HeaderClassName
{
color: #B56333;
}
.AnyTagClassName
{
color: #B56333;
}
</style>
background-color css
<style>
a { background-color: #B56333; }
a { background-color: rgb(181,99,51); }
div.DivClassName
{
background-color: #B56333;
}
.BgClassName
{
background-color: #B56333;
}
</style>
border-color css
<style>
span { border-color: #B56333; }
span { border-color: rgb(181,99,51); }
td.TdClassName
{
border-color: #B56333;
}
.TagClassName
{
border-color: #B56333;
}
</style>