Shades of Smoke Tree #B36233
Tints of Smoke Tree #B36233
RGB
CMYK
RGB Variations
Color information
#B36233 (or 0xB36233) is known color: Smoke Tree. HEX triplet: B3, 62 and 33. RGB value is (179,98,51). Sum of RGB (Red+Green+Blue) = 179+98+51=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B36233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36233 is #4C9DCC. Grayscale: #757575. Windows color (decimal): -5021133 or 3367603. OLE color: 3367603.
HSL color Cylindrical-coordinate representation of color #B36233: hue angle of 22.03º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B36233 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 51 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.30 |
| HSL | 22.03º | 0.56% | 0.45% | - |
| HSV(B) | 22.03º | 0.72% | 0.7% | - |
| XYZ | 23.56 | 18.56 | 5.47 | - |
| YUV | 116.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 51 | 0 | 0.45 | 0.72 | 0.30 | 22.03 | 0.56 | 0.45 |
| Hex | B3 | 62 | 33 | 0 | 2D | 48 | 1E | 16 | 38 | 2D |
| Octal | 263 | 142 | 63 | 0 | 55 | 110 | 36 | 26 | 70 | 55 |
| Binary | 10110011 | 1100010 | 110011 | 0 | 101101 | 1001000 | 11110 | 10110 | 111000 | 101101 |
Color Harmonies of #B36233
Complementary color
Monochromatic Colors of #B36233
Black with #B36233
Text Example
Text Example
White with #B36233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36233; }
p { color: rgb(179,98,51); }
H1.HeaderClassName
{
color: #B36233;
}
.AnyTagClassName
{
color: #B36233;
}
</style>
background-color css
<style>
a { background-color: #B36233; }
a { background-color: rgb(179,98,51); }
div.DivClassName
{
background-color: #B36233;
}
.BgClassName
{
background-color: #B36233;
}
</style>
border-color css
<style>
span { border-color: #B36233; }
span { border-color: rgb(179,98,51); }
td.TdClassName
{
border-color: #B36233;
}
.TagClassName
{
border-color: #B36233;
}
</style>