Shades of Seal Brown #24120C
Tints of Seal Brown #24120C
RGB
CMYK
RGB Variations
Color information
#24120C (or 0x24120C) is known color: Seal Brown. HEX triplet: 24, 12 and 0C. RGB value is (36,18,12). Sum of RGB (Red+Green+Blue) = 36+18+12=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24120C is #DBEDF3. Grayscale: #161616. Windows color (decimal): -14413300 or 791076. OLE color: 791076.
HSL color Cylindrical-coordinate representation of color #24120C: hue angle of 15º 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 #24120C is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 12 | - |
| CMYK | 0 | 0.5 | 0.67 | 0.86 |
| HSL | 15º | 0.5% | 0.09% | - |
| HSV(B) | 15º | 0.67% | 0.14% | - |
| XYZ | 1.01 | 0.83 | 0.46 | - |
| YUV | 22.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 12 | 0 | 0.5 | 0.67 | 0.86 | 15 | 0.5 | 0.09 |
| Hex | 24 | 12 | C | 0 | 32 | 43 | 56 | F | 32 | 9 |
| Octal | 44 | 22 | 14 | 0 | 62 | 103 | 126 | 17 | 62 | 11 |
| Binary | 100100 | 10010 | 1100 | 0 | 110010 | 1000011 | 1010110 | 1111 | 110010 | 1001 |
Color Harmonies of #24120C
Complementary color
Monochromatic Colors of #24120C
Black with #24120C
Text Example
Text Example
White with #24120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24120C; }
p { color: rgb(36,18,12); }
H1.HeaderClassName
{
color: #24120C;
}
.AnyTagClassName
{
color: #24120C;
}
</style>
background-color css
<style>
a { background-color: #24120C; }
a { background-color: rgb(36,18,12); }
div.DivClassName
{
background-color: #24120C;
}
.BgClassName
{
background-color: #24120C;
}
</style>
border-color css
<style>
span { border-color: #24120C; }
span { border-color: rgb(36,18,12); }
td.TdClassName
{
border-color: #24120C;
}
.TagClassName
{
border-color: #24120C;
}
</style>