Shades of Woodsmoke #28322F
Tints of Woodsmoke #28322F
RGB
CMYK
RGB Variations
Color information
#28322F (or 0x28322F) is known color: Woodsmoke. HEX triplet: 28, 32 and 2F. RGB value is (40,50,47). Sum of RGB (Red+Green+Blue) = 40+50+47=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #28322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28322F is #D7CDD0. Grayscale: #2E2E2E. Windows color (decimal): -14142929 or 3093032. OLE color: 3093032.
HSL color Cylindrical-coordinate representation of color #28322F: hue angle of 162º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #28322F is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 47 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.80 |
| HSL | 162º | 0.11% | 0.18% | - |
| HSV(B) | 162º | 0.2% | 0.2% | - |
| XYZ | 2.53 | 2.94 | 3.12 | - |
| YUV | 46.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 47 | 0.20 | 0 | 0.06 | 0.80 | 162 | 0.11 | 0.18 |
| Hex | 28 | 32 | 2F | 14 | 0 | 6 | 50 | A2 | B | 12 |
| Octal | 50 | 62 | 57 | 24 | 0 | 6 | 120 | 242 | 13 | 22 |
| Binary | 101000 | 110010 | 101111 | 10100 | 0 | 110 | 1010000 | 10100010 | 1011 | 10010 |
Color Harmonies of #28322F
Complementary color
Monochromatic Colors of #28322F
Black with #28322F
Text Example
Text Example
White with #28322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28322F; }
p { color: rgb(40,50,47); }
H1.HeaderClassName
{
color: #28322F;
}
.AnyTagClassName
{
color: #28322F;
}
</style>
background-color css
<style>
a { background-color: #28322F; }
a { background-color: rgb(40,50,47); }
div.DivClassName
{
background-color: #28322F;
}
.BgClassName
{
background-color: #28322F;
}
</style>
border-color css
<style>
span { border-color: #28322F; }
span { border-color: rgb(40,50,47); }
td.TdClassName
{
border-color: #28322F;
}
.TagClassName
{
border-color: #28322F;
}
</style>