Shades of Smoke Tree #B5593B
Tints of Smoke Tree #B5593B
RGB
CMYK
RGB Variations
Color information
#B5593B (or 0xB5593B) is known color: Smoke Tree. HEX triplet: B5, 59 and 3B. RGB value is (181,89,59). Sum of RGB (Red+Green+Blue) = 181+89+59=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5593B is #4AA6C4. Grayscale: #717171. Windows color (decimal): -4892357 or 3889589. OLE color: 3889589.
HSL color Cylindrical-coordinate representation of color #B5593B: hue angle of 14.75º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5593B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 59 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.29 |
| HSL | 14.75º | 0.51% | 0.47% | - |
| HSV(B) | 14.75º | 0.67% | 0.71% | - |
| XYZ | 23.42 | 17.28 | 6.24 | - |
| YUV | 113.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 59 | 0 | 0.51 | 0.67 | 0.29 | 14.75 | 0.51 | 0.47 |
| Hex | B5 | 59 | 3B | 0 | 33 | 43 | 1D | F | 33 | 2F |
| Octal | 265 | 131 | 73 | 0 | 63 | 103 | 35 | 17 | 63 | 57 |
| Binary | 10110101 | 1011001 | 111011 | 0 | 110011 | 1000011 | 11101 | 1111 | 110011 | 101111 |
Color Harmonies of #B5593B
Complementary color
Monochromatic Colors of #B5593B
Black with #B5593B
Text Example
Text Example
White with #B5593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5593B; }
p { color: rgb(181,89,59); }
H1.HeaderClassName
{
color: #B5593B;
}
.AnyTagClassName
{
color: #B5593B;
}
</style>
background-color css
<style>
a { background-color: #B5593B; }
a { background-color: rgb(181,89,59); }
div.DivClassName
{
background-color: #B5593B;
}
.BgClassName
{
background-color: #B5593B;
}
</style>
border-color css
<style>
span { border-color: #B5593B; }
span { border-color: rgb(181,89,59); }
td.TdClassName
{
border-color: #B5593B;
}
.TagClassName
{
border-color: #B5593B;
}
</style>