Shades of Smoke Tree #C35B2F
Tints of Smoke Tree #C35B2F
RGB
CMYK
RGB Variations
Color information
#C35B2F (or 0xC35B2F) is known color: Smoke Tree. HEX triplet: C3, 5B and 2F. RGB value is (195,91,47). Sum of RGB (Red+Green+Blue) = 195+91+47=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35B2F is #3CA4D0. Grayscale: #757575. Windows color (decimal): -3974353 or 3103683. OLE color: 3103683.
HSL color Cylindrical-coordinate representation of color #C35B2F: hue angle of 17.84º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C35B2F is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 91 | 47 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.24 |
| HSL | 17.84º | 0.61% | 0.47% | - |
| HSV(B) | 17.84º | 0.76% | 0.76% | - |
| XYZ | 26.76 | 19.29 | 5 | - |
| YUV | 117.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 47 | 0 | 0.53 | 0.76 | 0.24 | 17.84 | 0.61 | 0.47 |
| Hex | C3 | 5B | 2F | 0 | 35 | 4C | 18 | 12 | 3D | 2F |
| Octal | 303 | 133 | 57 | 0 | 65 | 114 | 30 | 22 | 75 | 57 |
| Binary | 11000011 | 1011011 | 101111 | 0 | 110101 | 1001100 | 11000 | 10010 | 111101 | 101111 |
Color Harmonies of #C35B2F
Complementary color
Monochromatic Colors of #C35B2F
Black with #C35B2F
Text Example
Text Example
White with #C35B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35B2F; }
p { color: rgb(195,91,47); }
H1.HeaderClassName
{
color: #C35B2F;
}
.AnyTagClassName
{
color: #C35B2F;
}
</style>
background-color css
<style>
a { background-color: #C35B2F; }
a { background-color: rgb(195,91,47); }
div.DivClassName
{
background-color: #C35B2F;
}
.BgClassName
{
background-color: #C35B2F;
}
</style>
border-color css
<style>
span { border-color: #C35B2F; }
span { border-color: rgb(195,91,47); }
td.TdClassName
{
border-color: #C35B2F;
}
.TagClassName
{
border-color: #C35B2F;
}
</style>