Shades of Smoke Tree #B76335
Tints of Smoke Tree #B76335
RGB
CMYK
RGB Variations
Color information
#B76335 (or 0xB76335) is known color: Smoke Tree. HEX triplet: B7, 63 and 35. RGB value is (183,99,53). Sum of RGB (Red+Green+Blue) = 183+99+53=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B76335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76335 is #489CCA. Grayscale: #777777. Windows color (decimal): -4758731 or 3498935. OLE color: 3498935.
HSL color Cylindrical-coordinate representation of color #B76335: hue angle of 21.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B76335 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 53 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.28 |
| HSL | 21.23º | 0.55% | 0.46% | - |
| HSV(B) | 21.23º | 0.71% | 0.72% | - |
| XYZ | 24.63 | 19.25 | 5.79 | - |
| YUV | 118.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 53 | 0 | 0.46 | 0.71 | 0.28 | 21.23 | 0.55 | 0.46 |
| Hex | B7 | 63 | 35 | 0 | 2E | 47 | 1C | 15 | 37 | 2E |
| Octal | 267 | 143 | 65 | 0 | 56 | 107 | 34 | 25 | 67 | 56 |
| Binary | 10110111 | 1100011 | 110101 | 0 | 101110 | 1000111 | 11100 | 10101 | 110111 | 101110 |
Color Harmonies of #B76335
Complementary color
Monochromatic Colors of #B76335
Black with #B76335
Text Example
Text Example
White with #B76335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76335; }
p { color: rgb(183,99,53); }
H1.HeaderClassName
{
color: #B76335;
}
.AnyTagClassName
{
color: #B76335;
}
</style>
background-color css
<style>
a { background-color: #B76335; }
a { background-color: rgb(183,99,53); }
div.DivClassName
{
background-color: #B76335;
}
.BgClassName
{
background-color: #B76335;
}
</style>
border-color css
<style>
span { border-color: #B76335; }
span { border-color: rgb(183,99,53); }
td.TdClassName
{
border-color: #B76335;
}
.TagClassName
{
border-color: #B76335;
}
</style>