Shades of Seal Brown #281212
Tints of Seal Brown #281212
RGB
CMYK
RGB Variations
Color information
#281212 (or 0x281212) is known color: Seal Brown. HEX triplet: 28, 12 and 12. RGB value is (40,18,18). Sum of RGB (Red+Green+Blue) = 40+18+18=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281212 is #D7EDED. Grayscale: #181818. Windows color (decimal): -14151150 or 1184296. OLE color: 1184296.
HSL color Cylindrical-coordinate representation of color #281212: hue angle of 0º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281212 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 18 | 18 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.84 |
| HSL | 0º | 0.38% | 0.11% | - |
| HSV(B) | 0º | 0.55% | 0.16% | - |
| XYZ | 1.2 | 0.93 | 0.69 | - |
| YUV | 24.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 18 | 0 | 0.55 | 0.55 | 0.84 | 0 | 0.38 | 0.11 |
| Hex | 28 | 12 | 12 | 0 | 37 | 37 | 54 | 0 | 26 | B |
| Octal | 50 | 22 | 22 | 0 | 67 | 67 | 124 | 0 | 46 | 13 |
| Binary | 101000 | 10010 | 10010 | 0 | 110111 | 110111 | 1010100 | 0 | 100110 | 1011 |
Color Harmonies of #281212
Complementary color
Monochromatic Colors of #281212
Black with #281212
Text Example
Text Example
White with #281212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281212; }
p { color: rgb(40,18,18); }
H1.HeaderClassName
{
color: #281212;
}
.AnyTagClassName
{
color: #281212;
}
</style>
background-color css
<style>
a { background-color: #281212; }
a { background-color: rgb(40,18,18); }
div.DivClassName
{
background-color: #281212;
}
.BgClassName
{
background-color: #281212;
}
</style>
border-color css
<style>
span { border-color: #281212; }
span { border-color: rgb(40,18,18); }
td.TdClassName
{
border-color: #281212;
}
.TagClassName
{
border-color: #281212;
}
</style>