Shades of Seal Brown #24140E
Tints of Seal Brown #24140E
RGB
CMYK
RGB Variations
Color information
#24140E (or 0x24140E) is known color: Seal Brown. HEX triplet: 24, 14 and 0E. RGB value is (36,20,14). Sum of RGB (Red+Green+Blue) = 36+20+14=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140E is #DBEBF1. Grayscale: #181818. Windows color (decimal): -14412786 or 922660. OLE color: 922660.
HSL color Cylindrical-coordinate representation of color #24140E: hue angle of 16.36º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24140E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 14 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.86 |
| HSL | 16.36º | 0.44% | 0.1% | - |
| HSV(B) | 16.36º | 0.61% | 0.14% | - |
| XYZ | 1.06 | 0.91 | 0.53 | - |
| YUV | 24.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 14 | 0 | 0.44 | 0.61 | 0.86 | 16.36 | 0.44 | 0.1 |
| Hex | 24 | 14 | E | 0 | 2C | 3D | 56 | 10 | 2C | A |
| Octal | 44 | 24 | 16 | 0 | 54 | 75 | 126 | 20 | 54 | 12 |
| Binary | 100100 | 10100 | 1110 | 0 | 101100 | 111101 | 1010110 | 10000 | 101100 | 1010 |
Color Harmonies of #24140E
Complementary color
Monochromatic Colors of #24140E
Black with #24140E
Text Example
Text Example
White with #24140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24140E; }
p { color: rgb(36,20,14); }
H1.HeaderClassName
{
color: #24140E;
}
.AnyTagClassName
{
color: #24140E;
}
</style>
background-color css
<style>
a { background-color: #24140E; }
a { background-color: rgb(36,20,14); }
div.DivClassName
{
background-color: #24140E;
}
.BgClassName
{
background-color: #24140E;
}
</style>
border-color css
<style>
span { border-color: #24140E; }
span { border-color: rgb(36,20,14); }
td.TdClassName
{
border-color: #24140E;
}
.TagClassName
{
border-color: #24140E;
}
</style>