Shades of Seal Brown #281613
Tints of Seal Brown #281613
RGB
CMYK
RGB Variations
Color information
#281613 (or 0x281613) is known color: Seal Brown. HEX triplet: 28, 16 and 13. RGB value is (40,22,19). Sum of RGB (Red+Green+Blue) = 40+22+19=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281613 is #D7E9EC. Grayscale: #1B1B1B. Windows color (decimal): -14150125 or 1250856. OLE color: 1250856.
HSL color Cylindrical-coordinate representation of color #281613: hue angle of 8.57º 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 #281613 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 19 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.84 |
| HSL | 8.57º | 0.36% | 0.12% | - |
| HSV(B) | 8.57º | 0.53% | 0.16% | - |
| XYZ | 1.28 | 1.07 | 0.76 | - |
| YUV | 27.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 19 | 0 | 0.45 | 0.52 | 0.84 | 8.57 | 0.36 | 0.12 |
| Hex | 28 | 16 | 13 | 0 | 2D | 34 | 54 | 9 | 24 | C |
| Octal | 50 | 26 | 23 | 0 | 55 | 64 | 124 | 11 | 44 | 14 |
| Binary | 101000 | 10110 | 10011 | 0 | 101101 | 110100 | 1010100 | 1001 | 100100 | 1100 |
Color Harmonies of #281613
Complementary color
Monochromatic Colors of #281613
Black with #281613
Text Example
Text Example
White with #281613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281613; }
p { color: rgb(40,22,19); }
H1.HeaderClassName
{
color: #281613;
}
.AnyTagClassName
{
color: #281613;
}
</style>
background-color css
<style>
a { background-color: #281613; }
a { background-color: rgb(40,22,19); }
div.DivClassName
{
background-color: #281613;
}
.BgClassName
{
background-color: #281613;
}
</style>
border-color css
<style>
span { border-color: #281613; }
span { border-color: rgb(40,22,19); }
td.TdClassName
{
border-color: #281613;
}
.TagClassName
{
border-color: #281613;
}
</style>