Shades of Woodsmoke #27322E
Tints of Woodsmoke #27322E
RGB
CMYK
RGB Variations
Color information
#27322E (or 0x27322E) is known color: Woodsmoke. HEX triplet: 27, 32 and 2E. RGB value is (39,50,46). Sum of RGB (Red+Green+Blue) = 39+50+46=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 50 - color contains mainly: green. Hex color #27322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27322E is #D8CDD1. Grayscale: #2E2E2E. Windows color (decimal): -14208466 or 3027495. OLE color: 3027495.
HSL color Cylindrical-coordinate representation of color #27322E: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #27322E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 46 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.80 |
| HSL | 158.18º | 0.12% | 0.17% | - |
| HSV(B) | 158.18º | 0.22% | 0.2% | - |
| XYZ | 2.47 | 2.91 | 3.02 | - |
| YUV | 46.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 46 | 0.22 | 0 | 0.08 | 0.80 | 158.18 | 0.12 | 0.17 |
| Hex | 27 | 32 | 2E | 16 | 0 | 8 | 50 | 9E | C | 11 |
| Octal | 47 | 62 | 56 | 26 | 0 | 10 | 120 | 236 | 14 | 21 |
| Binary | 100111 | 110010 | 101110 | 10110 | 0 | 1000 | 1010000 | 10011110 | 1100 | 10001 |
Color Harmonies of #27322E
Complementary color
Monochromatic Colors of #27322E
Black with #27322E
Text Example
Text Example
White with #27322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27322E; }
p { color: rgb(39,50,46); }
H1.HeaderClassName
{
color: #27322E;
}
.AnyTagClassName
{
color: #27322E;
}
</style>
background-color css
<style>
a { background-color: #27322E; }
a { background-color: rgb(39,50,46); }
div.DivClassName
{
background-color: #27322E;
}
.BgClassName
{
background-color: #27322E;
}
</style>
border-color css
<style>
span { border-color: #27322E; }
span { border-color: rgb(39,50,46); }
td.TdClassName
{
border-color: #27322E;
}
.TagClassName
{
border-color: #27322E;
}
</style>