Shades of Seal Brown #281412
Tints of Seal Brown #281412
RGB
CMYK
RGB Variations
Color information
#281412 (or 0x281412) is known color: Seal Brown. HEX triplet: 28, 14 and 12. RGB value is (40,20,18). Sum of RGB (Red+Green+Blue) = 40+20+18=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281412 is #D7EBED. Grayscale: #191919. Windows color (decimal): -14150638 or 1184808. OLE color: 1184808.
HSL color Cylindrical-coordinate representation of color #281412: hue angle of 5.45º 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 #281412 is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 18 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.84 |
| HSL | 5.45º | 0.38% | 0.11% | - |
| HSV(B) | 5.45º | 0.55% | 0.16% | - |
| XYZ | 1.23 | 1 | 0.7 | - |
| YUV | 25.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 18 | 0 | 0.5 | 0.55 | 0.84 | 5.45 | 0.38 | 0.11 |
| Hex | 28 | 14 | 12 | 0 | 32 | 37 | 54 | 5 | 26 | B |
| Octal | 50 | 24 | 22 | 0 | 62 | 67 | 124 | 5 | 46 | 13 |
| Binary | 101000 | 10100 | 10010 | 0 | 110010 | 110111 | 1010100 | 101 | 100110 | 1011 |
Color Harmonies of #281412
Complementary color
Monochromatic Colors of #281412
Black with #281412
Text Example
Text Example
White with #281412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281412; }
p { color: rgb(40,20,18); }
H1.HeaderClassName
{
color: #281412;
}
.AnyTagClassName
{
color: #281412;
}
</style>
background-color css
<style>
a { background-color: #281412; }
a { background-color: rgb(40,20,18); }
div.DivClassName
{
background-color: #281412;
}
.BgClassName
{
background-color: #281412;
}
</style>
border-color css
<style>
span { border-color: #281412; }
span { border-color: rgb(40,20,18); }
td.TdClassName
{
border-color: #281412;
}
.TagClassName
{
border-color: #281412;
}
</style>