Shades of Wood Bark #34241C
Tints of Wood Bark #34241C
RGB
CMYK
RGB Variations
Color information
#34241C (or 0x34241C) is known color: Wood Bark. HEX triplet: 34, 24 and 1C. RGB value is (52,36,28). Sum of RGB (Red+Green+Blue) = 52+36+28=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34241C is #CBDBE3. Grayscale: #272727. Windows color (decimal): -13360100 or 1844276. OLE color: 1844276.
HSL color Cylindrical-coordinate representation of color #34241C: hue angle of 20º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34241C is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 28 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.80 |
| HSL | 20º | 0.3% | 0.16% | - |
| HSV(B) | 20º | 0.46% | 0.2% | - |
| XYZ | 2.26 | 2.08 | 1.38 | - |
| YUV | 39.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 28 | 0 | 0.31 | 0.46 | 0.80 | 20 | 0.3 | 0.16 |
| Hex | 34 | 24 | 1C | 0 | 1F | 2E | 50 | 14 | 1E | 10 |
| Octal | 64 | 44 | 34 | 0 | 37 | 56 | 120 | 24 | 36 | 20 |
| Binary | 110100 | 100100 | 11100 | 0 | 11111 | 101110 | 1010000 | 10100 | 11110 | 10000 |
Color Harmonies of #34241C
Complementary color
Monochromatic Colors of #34241C
Black with #34241C
Text Example
Text Example
White with #34241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34241C; }
p { color: rgb(52,36,28); }
H1.HeaderClassName
{
color: #34241C;
}
.AnyTagClassName
{
color: #34241C;
}
</style>
background-color css
<style>
a { background-color: #34241C; }
a { background-color: rgb(52,36,28); }
div.DivClassName
{
background-color: #34241C;
}
.BgClassName
{
background-color: #34241C;
}
</style>
border-color css
<style>
span { border-color: #34241C; }
span { border-color: rgb(52,36,28); }
td.TdClassName
{
border-color: #34241C;
}
.TagClassName
{
border-color: #34241C;
}
</style>