Shades of Seal Brown #24120E
Tints of Seal Brown #24120E
RGB
CMYK
RGB Variations
Color information
#24120E (or 0x24120E) is known color: Seal Brown. HEX triplet: 24, 12 and 0E. RGB value is (36,18,14). Sum of RGB (Red+Green+Blue) = 36+18+14=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24120E is #DBEDF1. Grayscale: #161616. Windows color (decimal): -14413298 or 922148. OLE color: 922148.
HSL color Cylindrical-coordinate representation of color #24120E: hue angle of 10.91º 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 #24120E is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 14 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.86 |
| HSL | 10.91º | 0.44% | 0.1% | - |
| HSV(B) | 10.91º | 0.61% | 0.14% | - |
| XYZ | 1.02 | 0.84 | 0.52 | - |
| YUV | 22.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 14 | 0 | 0.5 | 0.61 | 0.86 | 10.91 | 0.44 | 0.1 |
| Hex | 24 | 12 | E | 0 | 32 | 3D | 56 | B | 2C | A |
| Octal | 44 | 22 | 16 | 0 | 62 | 75 | 126 | 13 | 54 | 12 |
| Binary | 100100 | 10010 | 1110 | 0 | 110010 | 111101 | 1010110 | 1011 | 101100 | 1010 |
Color Harmonies of #24120E
Complementary color
Monochromatic Colors of #24120E
Black with #24120E
Text Example
Text Example
White with #24120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24120E; }
p { color: rgb(36,18,14); }
H1.HeaderClassName
{
color: #24120E;
}
.AnyTagClassName
{
color: #24120E;
}
</style>
background-color css
<style>
a { background-color: #24120E; }
a { background-color: rgb(36,18,14); }
div.DivClassName
{
background-color: #24120E;
}
.BgClassName
{
background-color: #24120E;
}
</style>
border-color css
<style>
span { border-color: #24120E; }
span { border-color: rgb(36,18,14); }
td.TdClassName
{
border-color: #24120E;
}
.TagClassName
{
border-color: #24120E;
}
</style>