Shades of Seal Brown #24100C
Tints of Seal Brown #24100C
RGB
CMYK
RGB Variations
Color information
#24100C (or 0x24100C) is known color: Seal Brown. HEX triplet: 24, 10 and 0C. RGB value is (36,16,12). Sum of RGB (Red+Green+Blue) = 36+16+12=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #24100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24100C is #DBEFF3. Grayscale: #151515. Windows color (decimal): -14413812 or 790564. OLE color: 790564.
HSL color Cylindrical-coordinate representation of color #24100C: hue angle of 10º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24100C is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 12 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.86 |
| HSL | 10º | 0.5% | 0.09% | - |
| HSV(B) | 10º | 0.67% | 0.14% | - |
| XYZ | 0.98 | 0.77 | 0.45 | - |
| YUV | 21.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 12 | 0 | 0.56 | 0.67 | 0.86 | 10 | 0.5 | 0.09 |
| Hex | 24 | 10 | C | 0 | 38 | 43 | 56 | A | 32 | 9 |
| Octal | 44 | 20 | 14 | 0 | 70 | 103 | 126 | 12 | 62 | 11 |
| Binary | 100100 | 10000 | 1100 | 0 | 111000 | 1000011 | 1010110 | 1010 | 110010 | 1001 |
Color Harmonies of #24100C
Complementary color
Monochromatic Colors of #24100C
Black with #24100C
Text Example
Text Example
White with #24100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24100C; }
p { color: rgb(36,16,12); }
H1.HeaderClassName
{
color: #24100C;
}
.AnyTagClassName
{
color: #24100C;
}
</style>
background-color css
<style>
a { background-color: #24100C; }
a { background-color: rgb(36,16,12); }
div.DivClassName
{
background-color: #24100C;
}
.BgClassName
{
background-color: #24100C;
}
</style>
border-color css
<style>
span { border-color: #24100C; }
span { border-color: rgb(36,16,12); }
td.TdClassName
{
border-color: #24100C;
}
.TagClassName
{
border-color: #24100C;
}
</style>