Shades of Smoke Tree #C35E32
Tints of Smoke Tree #C35E32
RGB
CMYK
RGB Variations
Color information
#C35E32 (or 0xC35E32) is known color: Smoke Tree. HEX triplet: C3, 5E and 32. RGB value is (195,94,50). Sum of RGB (Red+Green+Blue) = 195+94+50=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E32 is #3CA1CD. Grayscale: #777777. Windows color (decimal): -3973582 or 3301059. OLE color: 3301059.
HSL color Cylindrical-coordinate representation of color #C35E32: hue angle of 18.21º 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 #C35E32 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 50 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.24 |
| HSL | 18.21º | 0.59% | 0.48% | - |
| HSV(B) | 18.21º | 0.74% | 0.76% | - |
| XYZ | 27.08 | 19.84 | 5.42 | - |
| YUV | 119.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 50 | 0 | 0.52 | 0.74 | 0.24 | 18.21 | 0.59 | 0.48 |
| Hex | C3 | 5E | 32 | 0 | 34 | 4A | 18 | 12 | 3B | 30 |
| Octal | 303 | 136 | 62 | 0 | 64 | 112 | 30 | 22 | 73 | 60 |
| Binary | 11000011 | 1011110 | 110010 | 0 | 110100 | 1001010 | 11000 | 10010 | 111011 | 110000 |
Color Harmonies of #C35E32
Complementary color
Monochromatic Colors of #C35E32
Black with #C35E32
Text Example
Text Example
White with #C35E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E32; }
p { color: rgb(195,94,50); }
H1.HeaderClassName
{
color: #C35E32;
}
.AnyTagClassName
{
color: #C35E32;
}
</style>
background-color css
<style>
a { background-color: #C35E32; }
a { background-color: rgb(195,94,50); }
div.DivClassName
{
background-color: #C35E32;
}
.BgClassName
{
background-color: #C35E32;
}
</style>
border-color css
<style>
span { border-color: #C35E32; }
span { border-color: rgb(195,94,50); }
td.TdClassName
{
border-color: #C35E32;
}
.TagClassName
{
border-color: #C35E32;
}
</style>