Shades of Smoke Tree #B5653A
Tints of Smoke Tree #B5653A
RGB
CMYK
RGB Variations
Color information
#B5653A (or 0xB5653A) is known color: Smoke Tree. HEX triplet: B5, 65 and 3A. RGB value is (181,101,58). Sum of RGB (Red+Green+Blue) = 181+101+58=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5653A is #4A9AC5. Grayscale: #787878. Windows color (decimal): -4889286 or 3827125. OLE color: 3827125.
HSL color Cylindrical-coordinate representation of color #B5653A: hue angle of 20.98º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5653A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 58 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.29 |
| HSL | 20.98º | 0.51% | 0.47% | - |
| HSV(B) | 20.98º | 0.68% | 0.71% | - |
| XYZ | 24.47 | 19.44 | 6.46 | - |
| YUV | 120.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 58 | 0 | 0.44 | 0.68 | 0.29 | 20.98 | 0.51 | 0.47 |
| Hex | B5 | 65 | 3A | 0 | 2C | 44 | 1D | 15 | 33 | 2F |
| Octal | 265 | 145 | 72 | 0 | 54 | 104 | 35 | 25 | 63 | 57 |
| Binary | 10110101 | 1100101 | 111010 | 0 | 101100 | 1000100 | 11101 | 10101 | 110011 | 101111 |
Color Harmonies of #B5653A
Complementary color
Monochromatic Colors of #B5653A
Black with #B5653A
Text Example
Text Example
White with #B5653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5653A; }
p { color: rgb(181,101,58); }
H1.HeaderClassName
{
color: #B5653A;
}
.AnyTagClassName
{
color: #B5653A;
}
</style>
background-color css
<style>
a { background-color: #B5653A; }
a { background-color: rgb(181,101,58); }
div.DivClassName
{
background-color: #B5653A;
}
.BgClassName
{
background-color: #B5653A;
}
</style>
border-color css
<style>
span { border-color: #B5653A; }
span { border-color: rgb(181,101,58); }
td.TdClassName
{
border-color: #B5653A;
}
.TagClassName
{
border-color: #B5653A;
}
</style>