Shades of Smoke Tree #C35D32
Tints of Smoke Tree #C35D32
RGB
CMYK
RGB Variations
Color information
#C35D32 (or 0xC35D32) is known color: Smoke Tree. HEX triplet: C3, 5D and 32. RGB value is (195,93,50). Sum of RGB (Red+Green+Blue) = 195+93+50=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D32 is #3CA2CD. Grayscale: #767676. Windows color (decimal): -3973838 or 3300803. OLE color: 3300803.
HSL color Cylindrical-coordinate representation of color #C35D32: hue angle of 17.79º 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 #C35D32 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 50 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.24 |
| HSL | 17.79º | 0.59% | 0.48% | - |
| HSV(B) | 17.79º | 0.74% | 0.76% | - |
| XYZ | 27 | 19.66 | 5.39 | - |
| YUV | 118.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 50 | 0 | 0.52 | 0.74 | 0.24 | 17.79 | 0.59 | 0.48 |
| Hex | C3 | 5D | 32 | 0 | 34 | 4A | 18 | 12 | 3B | 30 |
| Octal | 303 | 135 | 62 | 0 | 64 | 112 | 30 | 22 | 73 | 60 |
| Binary | 11000011 | 1011101 | 110010 | 0 | 110100 | 1001010 | 11000 | 10010 | 111011 | 110000 |
Color Harmonies of #C35D32
Complementary color
Monochromatic Colors of #C35D32
Black with #C35D32
Text Example
Text Example
White with #C35D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D32; }
p { color: rgb(195,93,50); }
H1.HeaderClassName
{
color: #C35D32;
}
.AnyTagClassName
{
color: #C35D32;
}
</style>
background-color css
<style>
a { background-color: #C35D32; }
a { background-color: rgb(195,93,50); }
div.DivClassName
{
background-color: #C35D32;
}
.BgClassName
{
background-color: #C35D32;
}
</style>
border-color css
<style>
span { border-color: #C35D32; }
span { border-color: rgb(195,93,50); }
td.TdClassName
{
border-color: #C35D32;
}
.TagClassName
{
border-color: #C35D32;
}
</style>