Shades of Smoke Tree #C45A2D
Tints of Smoke Tree #C45A2D
RGB
CMYK
RGB Variations
Color information
#C45A2D (or 0xC45A2D) is known color: Smoke Tree. HEX triplet: C4, 5A and 2D. RGB value is (196,90,45). Sum of RGB (Red+Green+Blue) = 196+90+45=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A2D is #3BA5D2. Grayscale: #747474. Windows color (decimal): -3909075 or 2972356. OLE color: 2972356.
HSL color Cylindrical-coordinate representation of color #C45A2D: hue angle of 17.88º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C45A2D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 45 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.23 |
| HSL | 17.88º | 0.63% | 0.47% | - |
| HSV(B) | 17.88º | 0.77% | 0.77% | - |
| XYZ | 26.89 | 19.24 | 4.78 | - |
| YUV | 116.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 45 | 0 | 0.54 | 0.77 | 0.23 | 17.88 | 0.63 | 0.47 |
| Hex | C4 | 5A | 2D | 0 | 36 | 4D | 17 | 12 | 3F | 2F |
| Octal | 304 | 132 | 55 | 0 | 66 | 115 | 27 | 22 | 77 | 57 |
| Binary | 11000100 | 1011010 | 101101 | 0 | 110110 | 1001101 | 10111 | 10010 | 111111 | 101111 |
Color Harmonies of #C45A2D
Complementary color
Monochromatic Colors of #C45A2D
Black with #C45A2D
Text Example
Text Example
White with #C45A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A2D; }
p { color: rgb(196,90,45); }
H1.HeaderClassName
{
color: #C45A2D;
}
.AnyTagClassName
{
color: #C45A2D;
}
</style>
background-color css
<style>
a { background-color: #C45A2D; }
a { background-color: rgb(196,90,45); }
div.DivClassName
{
background-color: #C45A2D;
}
.BgClassName
{
background-color: #C45A2D;
}
</style>
border-color css
<style>
span { border-color: #C45A2D; }
span { border-color: rgb(196,90,45); }
td.TdClassName
{
border-color: #C45A2D;
}
.TagClassName
{
border-color: #C45A2D;
}
</style>