Shades of Wood Bark #34251E
Tints of Wood Bark #34251E
RGB
CMYK
RGB Variations
Color information
#34251E (or 0x34251E) is known color: Wood Bark. HEX triplet: 34, 25 and 1E. RGB value is (52,37,30). Sum of RGB (Red+Green+Blue) = 52+37+30=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34251E is #CBDAE1. Grayscale: #282828. Windows color (decimal): -13359842 or 1975604. OLE color: 1975604.
HSL color Cylindrical-coordinate representation of color #34251E: hue angle of 19.09º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34251E is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 37 | 30 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.80 |
| HSL | 19.09º | 0.27% | 0.16% | - |
| HSV(B) | 19.09º | 0.42% | 0.2% | - |
| XYZ | 2.31 | 2.15 | 1.52 | - |
| YUV | 40.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 30 | 0 | 0.29 | 0.42 | 0.80 | 19.09 | 0.27 | 0.16 |
| Hex | 34 | 25 | 1E | 0 | 1D | 2A | 50 | 13 | 1B | 10 |
| Octal | 64 | 45 | 36 | 0 | 35 | 52 | 120 | 23 | 33 | 20 |
| Binary | 110100 | 100101 | 11110 | 0 | 11101 | 101010 | 1010000 | 10011 | 11011 | 10000 |
Color Harmonies of #34251E
Complementary color
Monochromatic Colors of #34251E
Black with #34251E
Text Example
Text Example
White with #34251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34251E; }
p { color: rgb(52,37,30); }
H1.HeaderClassName
{
color: #34251E;
}
.AnyTagClassName
{
color: #34251E;
}
</style>
background-color css
<style>
a { background-color: #34251E; }
a { background-color: rgb(52,37,30); }
div.DivClassName
{
background-color: #34251E;
}
.BgClassName
{
background-color: #34251E;
}
</style>
border-color css
<style>
span { border-color: #34251E; }
span { border-color: rgb(52,37,30); }
td.TdClassName
{
border-color: #34251E;
}
.TagClassName
{
border-color: #34251E;
}
</style>