Shades of Seal Brown #240F0D
Tints of Seal Brown #240F0D
RGB
CMYK
RGB Variations
Color information
#240F0D (or 0x240F0D) is known color: Seal Brown. HEX triplet: 24, 0F and 0D. RGB value is (36,15,13). Sum of RGB (Red+Green+Blue) = 36+15+13=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F0D is #DBF0F2. Grayscale: #151515. Windows color (decimal): -14414067 or 855844. OLE color: 855844.
HSL color Cylindrical-coordinate representation of color #240F0D: hue angle of 5.22º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240F0D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 13 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.86 |
| HSL | 5.22º | 0.47% | 0.1% | - |
| HSV(B) | 5.22º | 0.64% | 0.14% | - |
| XYZ | 0.97 | 0.75 | 0.47 | - |
| YUV | 21.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 13 | 0 | 0.58 | 0.64 | 0.86 | 5.22 | 0.47 | 0.1 |
| Hex | 24 | F | D | 0 | 3A | 40 | 56 | 5 | 2F | A |
| Octal | 44 | 17 | 15 | 0 | 72 | 100 | 126 | 5 | 57 | 12 |
| Binary | 100100 | 1111 | 1101 | 0 | 111010 | 1000000 | 1010110 | 101 | 101111 | 1010 |
Color Harmonies of #240F0D
Complementary color
Monochromatic Colors of #240F0D
Black with #240F0D
Text Example
Text Example
White with #240F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F0D; }
p { color: rgb(36,15,13); }
H1.HeaderClassName
{
color: #240F0D;
}
.AnyTagClassName
{
color: #240F0D;
}
</style>
background-color css
<style>
a { background-color: #240F0D; }
a { background-color: rgb(36,15,13); }
div.DivClassName
{
background-color: #240F0D;
}
.BgClassName
{
background-color: #240F0D;
}
</style>
border-color css
<style>
span { border-color: #240F0D; }
span { border-color: rgb(36,15,13); }
td.TdClassName
{
border-color: #240F0D;
}
.TagClassName
{
border-color: #240F0D;
}
</style>