Shades of Woodsmoke #323534
Tints of Woodsmoke #323534
RGB
CMYK
RGB Variations
Color information
#323534 (or 0x323534) is known color: Woodsmoke. HEX triplet: 32, 35 and 34. RGB value is (50,53,52). Sum of RGB (Red+Green+Blue) = 50+53+52=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 53 - color contains mainly: green. Hex color #323534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323534 is #CDCACB. Grayscale: #333333. Windows color (decimal): -13486796 or 3421490. OLE color: 3421490.
HSL color Cylindrical-coordinate representation of color #323534: hue angle of 160º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #323534 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
RGB | 50 | 53 | 52 | - |
CMYK | 0.06 | 0 | 0.02 | 0.79 |
HSL | 160º | 0.03% | 0.2% | - |
HSV(B) | 160º | 0.06% | 0.21% | - |
XYZ | 3.21 | 3.47 | 3.75 | - |
YUV | 51.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 53 | 52 | 0.06 | 0 | 0.02 | 0.79 | 160 | 0.03 | 0.2 |
Hex | 32 | 35 | 34 | 6 | 0 | 2 | 4F | A0 | 3 | 14 |
Octal | 62 | 65 | 64 | 6 | 0 | 2 | 117 | 240 | 3 | 24 |
Binary | 110010 | 110101 | 110100 | 110 | 0 | 10 | 1001111 | 10100000 | 11 | 10100 |
Color Harmonies of #323534
Complementary color
Monochromatic Colors of #323534
Black with #323534
Text Example
Text Example
White with #323534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323534; }
p { color: rgb(50,53,52); }
H1.HeaderClassName
{
color: #323534;
}
.AnyTagClassName
{
color: #323534;
}
</style>
background-color css
<style>
a { background-color: #323534; }
a { background-color: rgb(50,53,52); }
div.DivClassName
{
background-color: #323534;
}
.BgClassName
{
background-color: #323534;
}
</style>
border-color css
<style>
span { border-color: #323534; }
span { border-color: rgb(50,53,52); }
td.TdClassName
{
border-color: #323534;
}
.TagClassName
{
border-color: #323534;
}
</style>