Shades of Seal Brown #240D0A
Tints of Seal Brown #240D0A
RGB
CMYK
RGB Variations
Color information
#240D0A (or 0x240D0A) is known color: Seal Brown. HEX triplet: 24, 0D and 0A. RGB value is (36,13,10). Sum of RGB (Red+Green+Blue) = 36+13+10=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D0A is #DBF2F5. Grayscale: #131313. Windows color (decimal): -14414582 or 658724. OLE color: 658724.
HSL color Cylindrical-coordinate representation of color #240D0A: hue angle of 6.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240D0A is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 10 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.86 |
| HSL | 6.92º | 0.57% | 0.09% | - |
| HSV(B) | 6.92º | 0.72% | 0.14% | - |
| XYZ | 0.93 | 0.68 | 0.37 | - |
| YUV | 19.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 10 | 0 | 0.64 | 0.72 | 0.86 | 6.92 | 0.57 | 0.09 |
| Hex | 24 | D | A | 0 | 40 | 48 | 56 | 7 | 39 | 9 |
| Octal | 44 | 15 | 12 | 0 | 100 | 110 | 126 | 7 | 71 | 11 |
| Binary | 100100 | 1101 | 1010 | 0 | 1000000 | 1001000 | 1010110 | 111 | 111001 | 1001 |
Color Harmonies of #240D0A
Complementary color
Monochromatic Colors of #240D0A
Black with #240D0A
Text Example
Text Example
White with #240D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D0A; }
p { color: rgb(36,13,10); }
H1.HeaderClassName
{
color: #240D0A;
}
.AnyTagClassName
{
color: #240D0A;
}
</style>
background-color css
<style>
a { background-color: #240D0A; }
a { background-color: rgb(36,13,10); }
div.DivClassName
{
background-color: #240D0A;
}
.BgClassName
{
background-color: #240D0A;
}
</style>
border-color css
<style>
span { border-color: #240D0A; }
span { border-color: rgb(36,13,10); }
td.TdClassName
{
border-color: #240D0A;
}
.TagClassName
{
border-color: #240D0A;
}
</style>