Shades of Seal Brown #240D08
Tints of Seal Brown #240D08
RGB
CMYK
RGB Variations
Color information
#240D08 (or 0x240D08) is known color: Seal Brown. HEX triplet: 24, 0D and 08. RGB value is (36,13,8). Sum of RGB (Red+Green+Blue) = 36+13+8=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D08 is #DBF2F7. Grayscale: #131313. Windows color (decimal): -14414584 or 527652. OLE color: 527652.
HSL color Cylindrical-coordinate representation of color #240D08: hue angle of 10.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240D08 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 8 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.86 |
| HSL | 10.71º | 0.64% | 0.09% | - |
| HSV(B) | 10.71º | 0.78% | 0.14% | - |
| XYZ | 0.92 | 0.68 | 0.31 | - |
| YUV | 19.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 8 | 0 | 0.64 | 0.78 | 0.86 | 10.71 | 0.64 | 0.09 |
| Hex | 24 | D | 8 | 0 | 40 | 4E | 56 | B | 40 | 9 |
| Octal | 44 | 15 | 10 | 0 | 100 | 116 | 126 | 13 | 100 | 11 |
| Binary | 100100 | 1101 | 1000 | 0 | 1000000 | 1001110 | 1010110 | 1011 | 1000000 | 1001 |
Color Harmonies of #240D08
Complementary color
Monochromatic Colors of #240D08
Black with #240D08
Text Example
Text Example
White with #240D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D08; }
p { color: rgb(36,13,8); }
H1.HeaderClassName
{
color: #240D08;
}
.AnyTagClassName
{
color: #240D08;
}
</style>
background-color css
<style>
a { background-color: #240D08; }
a { background-color: rgb(36,13,8); }
div.DivClassName
{
background-color: #240D08;
}
.BgClassName
{
background-color: #240D08;
}
</style>
border-color css
<style>
span { border-color: #240D08; }
span { border-color: rgb(36,13,8); }
td.TdClassName
{
border-color: #240D08;
}
.TagClassName
{
border-color: #240D08;
}
</style>