Shades of Wood Bark #24170E
Tints of Wood Bark #24170E
RGB
CMYK
RGB Variations
Color information
#24170E (or 0x24170E) is known color: Wood Bark. HEX triplet: 24, 17 and 0E. RGB value is (36,23,14). Sum of RGB (Red+Green+Blue) = 36+23+14=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #24170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24170E is #DBE8F1. Grayscale: #191919. Windows color (decimal): -14412018 or 923428. OLE color: 923428.
HSL color Cylindrical-coordinate representation of color #24170E: hue angle of 24.55º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24170E is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 23 | 14 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.86 |
| HSL | 24.55º | 0.44% | 0.1% | - |
| HSV(B) | 24.55º | 0.61% | 0.14% | - |
| XYZ | 1.11 | 1.02 | 0.55 | - |
| YUV | 25.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 14 | 0 | 0.36 | 0.61 | 0.86 | 24.55 | 0.44 | 0.1 |
| Hex | 24 | 17 | E | 0 | 24 | 3D | 56 | 19 | 2C | A |
| Octal | 44 | 27 | 16 | 0 | 44 | 75 | 126 | 31 | 54 | 12 |
| Binary | 100100 | 10111 | 1110 | 0 | 100100 | 111101 | 1010110 | 11001 | 101100 | 1010 |
Color Harmonies of #24170E
Complementary color
Monochromatic Colors of #24170E
Black with #24170E
Text Example
Text Example
White with #24170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24170E; }
p { color: rgb(36,23,14); }
H1.HeaderClassName
{
color: #24170E;
}
.AnyTagClassName
{
color: #24170E;
}
</style>
background-color css
<style>
a { background-color: #24170E; }
a { background-color: rgb(36,23,14); }
div.DivClassName
{
background-color: #24170E;
}
.BgClassName
{
background-color: #24170E;
}
</style>
border-color css
<style>
span { border-color: #24170E; }
span { border-color: rgb(36,23,14); }
td.TdClassName
{
border-color: #24170E;
}
.TagClassName
{
border-color: #24170E;
}
</style>