Shades of Wood Bark #34241B
Tints of Wood Bark #34241B
RGB
CMYK
RGB Variations
Color information
#34241B (or 0x34241B) is known color: Wood Bark. HEX triplet: 34, 24 and 1B. RGB value is (52,36,27). Sum of RGB (Red+Green+Blue) = 52+36+27=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34241B is #CBDBE4. Grayscale: #272727. Windows color (decimal): -13360101 or 1778740. OLE color: 1778740.
HSL color Cylindrical-coordinate representation of color #34241B: hue angle of 21.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34241B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 27 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.80 |
| HSL | 21.6º | 0.32% | 0.15% | - |
| HSV(B) | 21.6º | 0.48% | 0.2% | - |
| XYZ | 2.24 | 2.07 | 1.32 | - |
| YUV | 39.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 27 | 0 | 0.31 | 0.48 | 0.80 | 21.6 | 0.32 | 0.15 |
| Hex | 34 | 24 | 1B | 0 | 1F | 30 | 50 | 16 | 20 | F |
| Octal | 64 | 44 | 33 | 0 | 37 | 60 | 120 | 26 | 40 | 17 |
| Binary | 110100 | 100100 | 11011 | 0 | 11111 | 110000 | 1010000 | 10110 | 100000 | 1111 |
Color Harmonies of #34241B
Complementary color
Monochromatic Colors of #34241B
Black with #34241B
Text Example
Text Example
White with #34241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34241B; }
p { color: rgb(52,36,27); }
H1.HeaderClassName
{
color: #34241B;
}
.AnyTagClassName
{
color: #34241B;
}
</style>
background-color css
<style>
a { background-color: #34241B; }
a { background-color: rgb(52,36,27); }
div.DivClassName
{
background-color: #34241B;
}
.BgClassName
{
background-color: #34241B;
}
</style>
border-color css
<style>
span { border-color: #34241B; }
span { border-color: rgb(52,36,27); }
td.TdClassName
{
border-color: #34241B;
}
.TagClassName
{
border-color: #34241B;
}
</style>