Shades of Smoke Tree #B45C39
Tints of Smoke Tree #B45C39
RGB
CMYK
RGB Variations
Color information
#B45C39 (or 0xB45C39) is known color: Smoke Tree. HEX triplet: B4, 5C and 39. RGB value is (180,92,57). Sum of RGB (Red+Green+Blue) = 180+92+57=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C39 is #4BA3C6. Grayscale: #727272. Windows color (decimal): -4957127 or 3759284. OLE color: 3759284.
HSL color Cylindrical-coordinate representation of color #B45C39: hue angle of 17.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B45C39 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 57 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.29 |
| HSL | 17.07º | 0.52% | 0.46% | - |
| HSV(B) | 17.07º | 0.68% | 0.71% | - |
| XYZ | 23.39 | 17.65 | 6.05 | - |
| YUV | 114.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 57 | 0 | 0.49 | 0.68 | 0.29 | 17.07 | 0.52 | 0.46 |
| Hex | B4 | 5C | 39 | 0 | 31 | 44 | 1D | 11 | 34 | 2E |
| Octal | 264 | 134 | 71 | 0 | 61 | 104 | 35 | 21 | 64 | 56 |
| Binary | 10110100 | 1011100 | 111001 | 0 | 110001 | 1000100 | 11101 | 10001 | 110100 | 101110 |
Color Harmonies of #B45C39
Complementary color
Monochromatic Colors of #B45C39
Black with #B45C39
Text Example
Text Example
White with #B45C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C39; }
p { color: rgb(180,92,57); }
H1.HeaderClassName
{
color: #B45C39;
}
.AnyTagClassName
{
color: #B45C39;
}
</style>
background-color css
<style>
a { background-color: #B45C39; }
a { background-color: rgb(180,92,57); }
div.DivClassName
{
background-color: #B45C39;
}
.BgClassName
{
background-color: #B45C39;
}
</style>
border-color css
<style>
span { border-color: #B45C39; }
span { border-color: rgb(180,92,57); }
td.TdClassName
{
border-color: #B45C39;
}
.TagClassName
{
border-color: #B45C39;
}
</style>