Shades of Seal Brown #241412
Tints of Seal Brown #241412
RGB
CMYK
RGB Variations
Color information
#241412 (or 0x241412) is known color: Seal Brown. HEX triplet: 24, 14 and 12. RGB value is (36,20,18). Sum of RGB (Red+Green+Blue) = 36+20+18=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241412 is #DBEBED. Grayscale: #181818. Windows color (decimal): -14412782 or 1184804. OLE color: 1184804.
HSL color Cylindrical-coordinate representation of color #241412: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241412 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 18 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.86 |
| HSL | 6.67º | 0.33% | 0.11% | - |
| HSV(B) | 6.67º | 0.5% | 0.14% | - |
| XYZ | 1.09 | 0.92 | 0.69 | - |
| YUV | 24.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 18 | 0 | 0.44 | 0.5 | 0.86 | 6.67 | 0.33 | 0.11 |
| Hex | 24 | 14 | 12 | 0 | 2C | 32 | 56 | 7 | 21 | B |
| Octal | 44 | 24 | 22 | 0 | 54 | 62 | 126 | 7 | 41 | 13 |
| Binary | 100100 | 10100 | 10010 | 0 | 101100 | 110010 | 1010110 | 111 | 100001 | 1011 |
Color Harmonies of #241412
Complementary color
Monochromatic Colors of #241412
Black with #241412
Text Example
Text Example
White with #241412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241412; }
p { color: rgb(36,20,18); }
H1.HeaderClassName
{
color: #241412;
}
.AnyTagClassName
{
color: #241412;
}
</style>
background-color css
<style>
a { background-color: #241412; }
a { background-color: rgb(36,20,18); }
div.DivClassName
{
background-color: #241412;
}
.BgClassName
{
background-color: #241412;
}
</style>
border-color css
<style>
span { border-color: #241412; }
span { border-color: rgb(36,20,18); }
td.TdClassName
{
border-color: #241412;
}
.TagClassName
{
border-color: #241412;
}
</style>