Shades of Smoke Tree #C35D31
Tints of Smoke Tree #C35D31
RGB
CMYK
RGB Variations
Color information
#C35D31 (or 0xC35D31) is known color: Smoke Tree. HEX triplet: C3, 5D and 31. RGB value is (195,93,49). Sum of RGB (Red+Green+Blue) = 195+93+49=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D31 is #3CA2CE. Grayscale: #767676. Windows color (decimal): -3973839 or 3235267. OLE color: 3235267.
HSL color Cylindrical-coordinate representation of color #C35D31: hue angle of 18.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35D31 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 49 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.24 |
| HSL | 18.08º | 0.6% | 0.48% | - |
| HSV(B) | 18.08º | 0.75% | 0.76% | - |
| XYZ | 26.97 | 19.65 | 5.28 | - |
| YUV | 118.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 49 | 0 | 0.52 | 0.75 | 0.24 | 18.08 | 0.6 | 0.48 |
| Hex | C3 | 5D | 31 | 0 | 34 | 4B | 18 | 12 | 3C | 30 |
| Octal | 303 | 135 | 61 | 0 | 64 | 113 | 30 | 22 | 74 | 60 |
| Binary | 11000011 | 1011101 | 110001 | 0 | 110100 | 1001011 | 11000 | 10010 | 111100 | 110000 |
Color Harmonies of #C35D31
Complementary color
Monochromatic Colors of #C35D31
Black with #C35D31
Text Example
Text Example
White with #C35D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D31; }
p { color: rgb(195,93,49); }
H1.HeaderClassName
{
color: #C35D31;
}
.AnyTagClassName
{
color: #C35D31;
}
</style>
background-color css
<style>
a { background-color: #C35D31; }
a { background-color: rgb(195,93,49); }
div.DivClassName
{
background-color: #C35D31;
}
.BgClassName
{
background-color: #C35D31;
}
</style>
border-color css
<style>
span { border-color: #C35D31; }
span { border-color: rgb(195,93,49); }
td.TdClassName
{
border-color: #C35D31;
}
.TagClassName
{
border-color: #C35D31;
}
</style>