Shades of Smoke Tree #C45B2F
Tints of Smoke Tree #C45B2F
RGB
CMYK
RGB Variations
Color information
#C45B2F (or 0xC45B2F) is known color: Smoke Tree. HEX triplet: C4, 5B and 2F. RGB value is (196,91,47). Sum of RGB (Red+Green+Blue) = 196+91+47=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45B2F is #3BA4D0. Grayscale: #757575. Windows color (decimal): -3908817 or 3103684. OLE color: 3103684.
HSL color Cylindrical-coordinate representation of color #C45B2F: hue angle of 17.72º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C45B2F is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 47 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.23 |
| HSL | 17.72º | 0.61% | 0.48% | - |
| HSV(B) | 17.72º | 0.76% | 0.77% | - |
| XYZ | 27.02 | 19.42 | 5.01 | - |
| YUV | 117.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 47 | 0 | 0.54 | 0.76 | 0.23 | 17.72 | 0.61 | 0.48 |
| Hex | C4 | 5B | 2F | 0 | 36 | 4C | 17 | 12 | 3D | 30 |
| Octal | 304 | 133 | 57 | 0 | 66 | 114 | 27 | 22 | 75 | 60 |
| Binary | 11000100 | 1011011 | 101111 | 0 | 110110 | 1001100 | 10111 | 10010 | 111101 | 110000 |
Color Harmonies of #C45B2F
Complementary color
Monochromatic Colors of #C45B2F
Black with #C45B2F
Text Example
Text Example
White with #C45B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B2F; }
p { color: rgb(196,91,47); }
H1.HeaderClassName
{
color: #C45B2F;
}
.AnyTagClassName
{
color: #C45B2F;
}
</style>
background-color css
<style>
a { background-color: #C45B2F; }
a { background-color: rgb(196,91,47); }
div.DivClassName
{
background-color: #C45B2F;
}
.BgClassName
{
background-color: #C45B2F;
}
</style>
border-color css
<style>
span { border-color: #C45B2F; }
span { border-color: rgb(196,91,47); }
td.TdClassName
{
border-color: #C45B2F;
}
.TagClassName
{
border-color: #C45B2F;
}
</style>