Shades of Smoke Tree #B75D3E
Tints of Smoke Tree #B75D3E
RGB
CMYK
RGB Variations
Color information
#B75D3E (or 0xB75D3E) is known color: Smoke Tree. HEX triplet: B7, 5D and 3E. RGB value is (183,93,62). Sum of RGB (Red+Green+Blue) = 183+93+62=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D3E is #48A2C1. Grayscale: #747474. Windows color (decimal): -4760258 or 4087223. OLE color: 4087223.
HSL color Cylindrical-coordinate representation of color #B75D3E: hue angle of 15.37º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B75D3E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 62 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.28 |
| HSL | 15.37º | 0.49% | 0.48% | - |
| HSV(B) | 15.37º | 0.66% | 0.72% | - |
| XYZ | 24.31 | 18.24 | 6.8 | - |
| YUV | 116.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 62 | 0 | 0.49 | 0.66 | 0.28 | 15.37 | 0.49 | 0.48 |
| Hex | B7 | 5D | 3E | 0 | 31 | 42 | 1C | F | 31 | 30 |
| Octal | 267 | 135 | 76 | 0 | 61 | 102 | 34 | 17 | 61 | 60 |
| Binary | 10110111 | 1011101 | 111110 | 0 | 110001 | 1000010 | 11100 | 1111 | 110001 | 110000 |
Color Harmonies of #B75D3E
Complementary color
Monochromatic Colors of #B75D3E
Black with #B75D3E
Text Example
Text Example
White with #B75D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D3E; }
p { color: rgb(183,93,62); }
H1.HeaderClassName
{
color: #B75D3E;
}
.AnyTagClassName
{
color: #B75D3E;
}
</style>
background-color css
<style>
a { background-color: #B75D3E; }
a { background-color: rgb(183,93,62); }
div.DivClassName
{
background-color: #B75D3E;
}
.BgClassName
{
background-color: #B75D3E;
}
</style>
border-color css
<style>
span { border-color: #B75D3E; }
span { border-color: rgb(183,93,62); }
td.TdClassName
{
border-color: #B75D3E;
}
.TagClassName
{
border-color: #B75D3E;
}
</style>