Shades of Seal Brown #240700
Tints of Seal Brown #240700
RGB
CMYK
RGB Variations
Color information
#240700 (or 0x240700) is known color: Seal Brown. HEX triplet: 24, 07 and 00. RGB value is (36,7,0). Sum of RGB (Red+Green+Blue) = 36+7+0=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240700 is #DBF8FF. Grayscale: #0E0E0E. Windows color (decimal): -14416128 or 1828. OLE color: 1828.
HSL color Cylindrical-coordinate representation of color #240700: hue angle of 11.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240700 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.86 |
| HSL | 11.67º | 1% | 0.07% | - |
| HSV(B) | 11.67º | 1% | 0.14% | - |
| XYZ | 0.8 | 0.53 | 0.06 | - |
| YUV | 14.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 0 | 0 | 0.81 | 1 | 0.86 | 11.67 | 1 | 0.07 |
| Hex | 24 | 7 | 0 | 0 | 51 | 64 | 56 | C | 64 | 7 |
| Octal | 44 | 7 | 0 | 0 | 121 | 144 | 126 | 14 | 144 | 7 |
| Binary | 100100 | 111 | 0 | 0 | 1010001 | 1100100 | 1010110 | 1100 | 1100100 | 111 |
Color Harmonies of #240700
Complementary color
Monochromatic Colors of #240700
Black with #240700
Text Example
Text Example
White with #240700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240700; }
p { color: rgb(36,7,0); }
H1.HeaderClassName
{
color: #240700;
}
.AnyTagClassName
{
color: #240700;
}
</style>
background-color css
<style>
a { background-color: #240700; }
a { background-color: rgb(36,7,0); }
div.DivClassName
{
background-color: #240700;
}
.BgClassName
{
background-color: #240700;
}
</style>
border-color css
<style>
span { border-color: #240700; }
span { border-color: rgb(36,7,0); }
td.TdClassName
{
border-color: #240700;
}
.TagClassName
{
border-color: #240700;
}
</style>