Shades of Seal Brown #281510
Tints of Seal Brown #281510
RGB
CMYK
RGB Variations
Color information
#281510 (or 0x281510) is known color: Seal Brown. HEX triplet: 28, 15 and 10. RGB value is (40,21,16). Sum of RGB (Red+Green+Blue) = 40+21+16=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281510 is #D7EAEF. Grayscale: #1A1A1A. Windows color (decimal): -14150384 or 1053992. OLE color: 1053992.
HSL color Cylindrical-coordinate representation of color #281510: hue angle of 12.5º 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 #281510 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 16 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.84 |
| HSL | 12.5º | 0.43% | 0.11% | - |
| HSV(B) | 12.5º | 0.6% | 0.16% | - |
| XYZ | 1.24 | 1.02 | 0.62 | - |
| YUV | 26.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 16 | 0 | 0.48 | 0.60 | 0.84 | 12.5 | 0.43 | 0.11 |
| Hex | 28 | 15 | 10 | 0 | 30 | 3C | 54 | C | 2B | B |
| Octal | 50 | 25 | 20 | 0 | 60 | 74 | 124 | 14 | 53 | 13 |
| Binary | 101000 | 10101 | 10000 | 0 | 110000 | 111100 | 1010100 | 1100 | 101011 | 1011 |
Color Harmonies of #281510
Complementary color
Monochromatic Colors of #281510
Black with #281510
Text Example
Text Example
White with #281510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281510; }
p { color: rgb(40,21,16); }
H1.HeaderClassName
{
color: #281510;
}
.AnyTagClassName
{
color: #281510;
}
</style>
background-color css
<style>
a { background-color: #281510; }
a { background-color: rgb(40,21,16); }
div.DivClassName
{
background-color: #281510;
}
.BgClassName
{
background-color: #281510;
}
</style>
border-color css
<style>
span { border-color: #281510; }
span { border-color: rgb(40,21,16); }
td.TdClassName
{
border-color: #281510;
}
.TagClassName
{
border-color: #281510;
}
</style>