Shades of Wood Bark #24160F
Tints of Wood Bark #24160F
RGB
CMYK
RGB Variations
Color information
#24160F (or 0x24160F) is known color: Wood Bark. HEX triplet: 24, 16 and 0F. RGB value is (36,22,15). Sum of RGB (Red+Green+Blue) = 36+22+15=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #24160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24160F is #DBE9F0. Grayscale: #191919. Windows color (decimal): -14412273 or 988708. OLE color: 988708.
HSL color Cylindrical-coordinate representation of color #24160F: hue angle of 20º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24160F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 22 | 15 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.86 |
| HSL | 20º | 0.41% | 0.1% | - |
| HSV(B) | 20º | 0.58% | 0.14% | - |
| XYZ | 1.1 | 0.98 | 0.58 | - |
| YUV | 25.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 15 | 0 | 0.39 | 0.58 | 0.86 | 20 | 0.41 | 0.1 |
| Hex | 24 | 16 | F | 0 | 27 | 3A | 56 | 14 | 29 | A |
| Octal | 44 | 26 | 17 | 0 | 47 | 72 | 126 | 24 | 51 | 12 |
| Binary | 100100 | 10110 | 1111 | 0 | 100111 | 111010 | 1010110 | 10100 | 101001 | 1010 |
Color Harmonies of #24160F
Complementary color
Monochromatic Colors of #24160F
Black with #24160F
Text Example
Text Example
White with #24160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24160F; }
p { color: rgb(36,22,15); }
H1.HeaderClassName
{
color: #24160F;
}
.AnyTagClassName
{
color: #24160F;
}
</style>
background-color css
<style>
a { background-color: #24160F; }
a { background-color: rgb(36,22,15); }
div.DivClassName
{
background-color: #24160F;
}
.BgClassName
{
background-color: #24160F;
}
</style>
border-color css
<style>
span { border-color: #24160F; }
span { border-color: rgb(36,22,15); }
td.TdClassName
{
border-color: #24160F;
}
.TagClassName
{
border-color: #24160F;
}
</style>