Shades of Seal Brown #281411
Tints of Seal Brown #281411
RGB
CMYK
RGB Variations
Color information
#281411 (or 0x281411) is known color: Seal Brown. HEX triplet: 28, 14 and 11. RGB value is (40,20,17). Sum of RGB (Red+Green+Blue) = 40+20+17=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281411 is #D7EBEE. Grayscale: #191919. Windows color (decimal): -14150639 or 1119272. OLE color: 1119272.
HSL color Cylindrical-coordinate representation of color #281411: hue angle of 7.83º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281411 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 17 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.84 |
| HSL | 7.83º | 0.4% | 0.11% | - |
| HSV(B) | 7.83º | 0.58% | 0.16% | - |
| XYZ | 1.23 | 0.99 | 0.66 | - |
| YUV | 25.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 17 | 0 | 0.5 | 0.57 | 0.84 | 7.83 | 0.4 | 0.11 |
| Hex | 28 | 14 | 11 | 0 | 32 | 39 | 54 | 8 | 28 | B |
| Octal | 50 | 24 | 21 | 0 | 62 | 71 | 124 | 10 | 50 | 13 |
| Binary | 101000 | 10100 | 10001 | 0 | 110010 | 111001 | 1010100 | 1000 | 101000 | 1011 |
Color Harmonies of #281411
Complementary color
Monochromatic Colors of #281411
Black with #281411
Text Example
Text Example
White with #281411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281411; }
p { color: rgb(40,20,17); }
H1.HeaderClassName
{
color: #281411;
}
.AnyTagClassName
{
color: #281411;
}
</style>
background-color css
<style>
a { background-color: #281411; }
a { background-color: rgb(40,20,17); }
div.DivClassName
{
background-color: #281411;
}
.BgClassName
{
background-color: #281411;
}
</style>
border-color css
<style>
span { border-color: #281411; }
span { border-color: rgb(40,20,17); }
td.TdClassName
{
border-color: #281411;
}
.TagClassName
{
border-color: #281411;
}
</style>