Shades of Wood Bark #24140A
Tints of Wood Bark #24140A
RGB
CMYK
RGB Variations
Color information
#24140A (or 0x24140A) is known color: Wood Bark. HEX triplet: 24, 14 and 0A. RGB value is (36,20,10). Sum of RGB (Red+Green+Blue) = 36+20+10=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140A is #DBEBF5. Grayscale: #171717. Windows color (decimal): -14412790 or 660516. OLE color: 660516.
HSL color Cylindrical-coordinate representation of color #24140A: hue angle of 23.08º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24140A is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 10 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.86 |
| HSL | 23.08º | 0.57% | 0.09% | - |
| HSV(B) | 23.08º | 0.72% | 0.14% | - |
| XYZ | 1.03 | 0.9 | 0.41 | - |
| YUV | 23.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 10 | 0 | 0.44 | 0.72 | 0.86 | 23.08 | 0.57 | 0.09 |
| Hex | 24 | 14 | A | 0 | 2C | 48 | 56 | 17 | 39 | 9 |
| Octal | 44 | 24 | 12 | 0 | 54 | 110 | 126 | 27 | 71 | 11 |
| Binary | 100100 | 10100 | 1010 | 0 | 101100 | 1001000 | 1010110 | 10111 | 111001 | 1001 |
Color Harmonies of #24140A
Complementary color
Monochromatic Colors of #24140A
Black with #24140A
Text Example
Text Example
White with #24140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24140A; }
p { color: rgb(36,20,10); }
H1.HeaderClassName
{
color: #24140A;
}
.AnyTagClassName
{
color: #24140A;
}
</style>
background-color css
<style>
a { background-color: #24140A; }
a { background-color: rgb(36,20,10); }
div.DivClassName
{
background-color: #24140A;
}
.BgClassName
{
background-color: #24140A;
}
</style>
border-color css
<style>
span { border-color: #24140A; }
span { border-color: rgb(36,20,10); }
td.TdClassName
{
border-color: #24140A;
}
.TagClassName
{
border-color: #24140A;
}
</style>