Shades of Seal Brown #240E08
Tints of Seal Brown #240E08
RGB
CMYK
RGB Variations
Color information
#240E08 (or 0x240E08) is known color: Seal Brown. HEX triplet: 24, 0E and 08. RGB value is (36,14,8). Sum of RGB (Red+Green+Blue) = 36+14+8=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E08 is #DBF1F7. Grayscale: #131313. Windows color (decimal): -14414328 or 527908. OLE color: 527908.
HSL color Cylindrical-coordinate representation of color #240E08: hue angle of 12.86º 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 #240E08 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 8 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.86 |
| HSL | 12.86º | 0.64% | 0.09% | - |
| HSV(B) | 12.86º | 0.78% | 0.14% | - |
| XYZ | 0.93 | 0.71 | 0.32 | - |
| YUV | 19.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 8 | 0 | 0.61 | 0.78 | 0.86 | 12.86 | 0.64 | 0.09 |
| Hex | 24 | E | 8 | 0 | 3D | 4E | 56 | D | 40 | 9 |
| Octal | 44 | 16 | 10 | 0 | 75 | 116 | 126 | 15 | 100 | 11 |
| Binary | 100100 | 1110 | 1000 | 0 | 111101 | 1001110 | 1010110 | 1101 | 1000000 | 1001 |
Color Harmonies of #240E08
Complementary color
Monochromatic Colors of #240E08
Black with #240E08
Text Example
Text Example
White with #240E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E08; }
p { color: rgb(36,14,8); }
H1.HeaderClassName
{
color: #240E08;
}
.AnyTagClassName
{
color: #240E08;
}
</style>
background-color css
<style>
a { background-color: #240E08; }
a { background-color: rgb(36,14,8); }
div.DivClassName
{
background-color: #240E08;
}
.BgClassName
{
background-color: #240E08;
}
</style>
border-color css
<style>
span { border-color: #240E08; }
span { border-color: rgb(36,14,8); }
td.TdClassName
{
border-color: #240E08;
}
.TagClassName
{
border-color: #240E08;
}
</style>