Shades of Seal Brown #281313
Tints of Seal Brown #281313
RGB
CMYK
RGB Variations
Color information
#281313 (or 0x281313) is known color: Seal Brown. HEX triplet: 28, 13 and 13. RGB value is (40,19,19). Sum of RGB (Red+Green+Blue) = 40+19+19=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281313 is #D7ECEC. Grayscale: #191919. Windows color (decimal): -14150893 or 1250088. OLE color: 1250088.
HSL color Cylindrical-coordinate representation of color #281313: hue angle of 0º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281313 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 19 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.84 |
| HSL | 0º | 0.36% | 0.12% | - |
| HSV(B) | 0º | 0.53% | 0.16% | - |
| XYZ | 1.23 | 0.96 | 0.74 | - |
| YUV | 25.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 19 | 0 | 0.52 | 0.52 | 0.84 | 0 | 0.36 | 0.12 |
| Hex | 28 | 13 | 13 | 0 | 34 | 34 | 54 | 0 | 24 | C |
| Octal | 50 | 23 | 23 | 0 | 64 | 64 | 124 | 0 | 44 | 14 |
| Binary | 101000 | 10011 | 10011 | 0 | 110100 | 110100 | 1010100 | 0 | 100100 | 1100 |
Color Harmonies of #281313
Complementary color
Monochromatic Colors of #281313
Black with #281313
Text Example
Text Example
White with #281313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281313; }
p { color: rgb(40,19,19); }
H1.HeaderClassName
{
color: #281313;
}
.AnyTagClassName
{
color: #281313;
}
</style>
background-color css
<style>
a { background-color: #281313; }
a { background-color: rgb(40,19,19); }
div.DivClassName
{
background-color: #281313;
}
.BgClassName
{
background-color: #281313;
}
</style>
border-color css
<style>
span { border-color: #281313; }
span { border-color: rgb(40,19,19); }
td.TdClassName
{
border-color: #281313;
}
.TagClassName
{
border-color: #281313;
}
</style>