Shades of Smoke Tree #C36133
Tints of Smoke Tree #C36133
RGB
CMYK
RGB Variations
Color information
#C36133 (or 0xC36133) is known color: Smoke Tree. HEX triplet: C3, 61 and 33. RGB value is (195,97,51). Sum of RGB (Red+Green+Blue) = 195+97+51=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C36133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36133 is #3C9ECC. Grayscale: #797979. Windows color (decimal): -3972813 or 3367363. OLE color: 3367363.
HSL color Cylindrical-coordinate representation of color #C36133: hue angle of 19.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C36133 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 51 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.24 |
| HSL | 19.17º | 0.59% | 0.48% | - |
| HSV(B) | 19.17º | 0.74% | 0.76% | - |
| XYZ | 27.38 | 20.39 | 5.62 | - |
| YUV | 121.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 51 | 0 | 0.50 | 0.74 | 0.24 | 19.17 | 0.59 | 0.48 |
| Hex | C3 | 61 | 33 | 0 | 32 | 4A | 18 | 13 | 3B | 30 |
| Octal | 303 | 141 | 63 | 0 | 62 | 112 | 30 | 23 | 73 | 60 |
| Binary | 11000011 | 1100001 | 110011 | 0 | 110010 | 1001010 | 11000 | 10011 | 111011 | 110000 |
Color Harmonies of #C36133
Complementary color
Monochromatic Colors of #C36133
Black with #C36133
Text Example
Text Example
White with #C36133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36133; }
p { color: rgb(195,97,51); }
H1.HeaderClassName
{
color: #C36133;
}
.AnyTagClassName
{
color: #C36133;
}
</style>
background-color css
<style>
a { background-color: #C36133; }
a { background-color: rgb(195,97,51); }
div.DivClassName
{
background-color: #C36133;
}
.BgClassName
{
background-color: #C36133;
}
</style>
border-color css
<style>
span { border-color: #C36133; }
span { border-color: rgb(195,97,51); }
td.TdClassName
{
border-color: #C36133;
}
.TagClassName
{
border-color: #C36133;
}
</style>