Shades of Wood Bark #34231A
Tints of Wood Bark #34231A
RGB
CMYK
RGB Variations
Color information
#34231A (or 0x34231A) is known color: Wood Bark. HEX triplet: 34, 23 and 1A. RGB value is (52,35,26). Sum of RGB (Red+Green+Blue) = 52+35+26=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34231A is #CBDCE5. Grayscale: #272727. Windows color (decimal): -13360358 or 1712948. OLE color: 1712948.
HSL color Cylindrical-coordinate representation of color #34231A: hue angle of 20.77º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34231A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 26 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.80 |
| HSL | 20.77º | 0.33% | 0.15% | - |
| HSV(B) | 20.77º | 0.5% | 0.2% | - |
| XYZ | 2.2 | 2.01 | 1.25 | - |
| YUV | 39.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 26 | 0 | 0.33 | 0.50 | 0.80 | 20.77 | 0.33 | 0.15 |
| Hex | 34 | 23 | 1A | 0 | 21 | 32 | 50 | 15 | 21 | F |
| Octal | 64 | 43 | 32 | 0 | 41 | 62 | 120 | 25 | 41 | 17 |
| Binary | 110100 | 100011 | 11010 | 0 | 100001 | 110010 | 1010000 | 10101 | 100001 | 1111 |
Color Harmonies of #34231A
Complementary color
Monochromatic Colors of #34231A
Black with #34231A
Text Example
Text Example
White with #34231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34231A; }
p { color: rgb(52,35,26); }
H1.HeaderClassName
{
color: #34231A;
}
.AnyTagClassName
{
color: #34231A;
}
</style>
background-color css
<style>
a { background-color: #34231A; }
a { background-color: rgb(52,35,26); }
div.DivClassName
{
background-color: #34231A;
}
.BgClassName
{
background-color: #34231A;
}
</style>
border-color css
<style>
span { border-color: #34231A; }
span { border-color: rgb(52,35,26); }
td.TdClassName
{
border-color: #34231A;
}
.TagClassName
{
border-color: #34231A;
}
</style>