Shades of Wood Bark #24140C
Tints of Wood Bark #24140C
RGB
CMYK
RGB Variations
Color information
#24140C (or 0x24140C) is known color: Wood Bark. HEX triplet: 24, 14 and 0C. RGB value is (36,20,12). Sum of RGB (Red+Green+Blue) = 36+20+12=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140C is #DBEBF3. Grayscale: #171717. Windows color (decimal): -14412788 or 791588. OLE color: 791588.
HSL color Cylindrical-coordinate representation of color #24140C: hue angle of 20º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24140C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 12 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.86 |
| HSL | 20º | 0.5% | 0.09% | - |
| HSV(B) | 20º | 0.67% | 0.14% | - |
| XYZ | 1.04 | 0.9 | 0.47 | - |
| YUV | 23.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 12 | 0 | 0.44 | 0.67 | 0.86 | 20 | 0.5 | 0.09 |
| Hex | 24 | 14 | C | 0 | 2C | 43 | 56 | 14 | 32 | 9 |
| Octal | 44 | 24 | 14 | 0 | 54 | 103 | 126 | 24 | 62 | 11 |
| Binary | 100100 | 10100 | 1100 | 0 | 101100 | 1000011 | 1010110 | 10100 | 110010 | 1001 |
Color Harmonies of #24140C
Complementary color
Monochromatic Colors of #24140C
Black with #24140C
Text Example
Text Example
White with #24140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24140C; }
p { color: rgb(36,20,12); }
H1.HeaderClassName
{
color: #24140C;
}
.AnyTagClassName
{
color: #24140C;
}
</style>
background-color css
<style>
a { background-color: #24140C; }
a { background-color: rgb(36,20,12); }
div.DivClassName
{
background-color: #24140C;
}
.BgClassName
{
background-color: #24140C;
}
</style>
border-color css
<style>
span { border-color: #24140C; }
span { border-color: rgb(36,20,12); }
td.TdClassName
{
border-color: #24140C;
}
.TagClassName
{
border-color: #24140C;
}
</style>