Shades of Smoke Tree #C3582C
Tints of Smoke Tree #C3582C
RGB
CMYK
RGB Variations
Color information
#C3582C (or 0xC3582C) is known color: Smoke Tree. HEX triplet: C3, 58 and 2C. RGB value is (195,88,44). Sum of RGB (Red+Green+Blue) = 195+88+44=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3582C is #3CA7D3. Grayscale: #737373. Windows color (decimal): -3975124 or 2906307. OLE color: 2906307.
HSL color Cylindrical-coordinate representation of color #C3582C: hue angle of 17.48º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3582C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 44 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.24 |
| HSL | 17.48º | 0.63% | 0.47% | - |
| HSV(B) | 17.48º | 0.77% | 0.76% | - |
| XYZ | 26.45 | 18.76 | 4.61 | - |
| YUV | 114.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 44 | 0 | 0.55 | 0.77 | 0.24 | 17.48 | 0.63 | 0.47 |
| Hex | C3 | 58 | 2C | 0 | 37 | 4D | 18 | 11 | 3F | 2F |
| Octal | 303 | 130 | 54 | 0 | 67 | 115 | 30 | 21 | 77 | 57 |
| Binary | 11000011 | 1011000 | 101100 | 0 | 110111 | 1001101 | 11000 | 10001 | 111111 | 101111 |
Color Harmonies of #C3582C
Complementary color
Monochromatic Colors of #C3582C
Black with #C3582C
Text Example
Text Example
White with #C3582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3582C; }
p { color: rgb(195,88,44); }
H1.HeaderClassName
{
color: #C3582C;
}
.AnyTagClassName
{
color: #C3582C;
}
</style>
background-color css
<style>
a { background-color: #C3582C; }
a { background-color: rgb(195,88,44); }
div.DivClassName
{
background-color: #C3582C;
}
.BgClassName
{
background-color: #C3582C;
}
</style>
border-color css
<style>
span { border-color: #C3582C; }
span { border-color: rgb(195,88,44); }
td.TdClassName
{
border-color: #C3582C;
}
.TagClassName
{
border-color: #C3582C;
}
</style>