Shades of Seal Brown #281410
Tints of Seal Brown #281410
RGB
CMYK
RGB Variations
Color information
#281410 (or 0x281410) is known color: Seal Brown. HEX triplet: 28, 14 and 10. RGB value is (40,20,16). Sum of RGB (Red+Green+Blue) = 40+20+16=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281410 is #D7EBEF. Grayscale: #191919. Windows color (decimal): -14150640 or 1053736. OLE color: 1053736.
HSL color Cylindrical-coordinate representation of color #281410: hue angle of 10º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281410 is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 20 | 16 | - |
| CMYK | 0 | 0.5 | 0.60 | 0.84 |
| HSL | 10º | 0.43% | 0.11% | - |
| HSV(B) | 10º | 0.6% | 0.16% | - |
| XYZ | 1.22 | 0.99 | 0.62 | - |
| YUV | 25.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 16 | 0 | 0.5 | 0.60 | 0.84 | 10 | 0.43 | 0.11 |
| Hex | 28 | 14 | 10 | 0 | 32 | 3C | 54 | A | 2B | B |
| Octal | 50 | 24 | 20 | 0 | 62 | 74 | 124 | 12 | 53 | 13 |
| Binary | 101000 | 10100 | 10000 | 0 | 110010 | 111100 | 1010100 | 1010 | 101011 | 1011 |
Color Harmonies of #281410
Complementary color
Monochromatic Colors of #281410
Black with #281410
Text Example
Text Example
White with #281410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281410; }
p { color: rgb(40,20,16); }
H1.HeaderClassName
{
color: #281410;
}
.AnyTagClassName
{
color: #281410;
}
</style>
background-color css
<style>
a { background-color: #281410; }
a { background-color: rgb(40,20,16); }
div.DivClassName
{
background-color: #281410;
}
.BgClassName
{
background-color: #281410;
}
</style>
border-color css
<style>
span { border-color: #281410; }
span { border-color: rgb(40,20,16); }
td.TdClassName
{
border-color: #281410;
}
.TagClassName
{
border-color: #281410;
}
</style>