Shades of Seal Brown #281713
Tints of Seal Brown #281713
RGB
CMYK
RGB Variations
Color information
#281713 (or 0x281713) is known color: Seal Brown. HEX triplet: 28, 17 and 13. RGB value is (40,23,19). Sum of RGB (Red+Green+Blue) = 40+23+19=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #281713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281713 is #D7E8EC. Grayscale: #1B1B1B. Windows color (decimal): -14149869 or 1251112. OLE color: 1251112.
HSL color Cylindrical-coordinate representation of color #281713: hue angle of 11.43º 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 #281713 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 23 | 19 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.84 |
| HSL | 11.43º | 0.36% | 0.12% | - |
| HSV(B) | 11.43º | 0.53% | 0.16% | - |
| XYZ | 1.3 | 1.11 | 0.76 | - |
| YUV | 27.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 19 | 0 | 0.43 | 0.52 | 0.84 | 11.43 | 0.36 | 0.12 |
| Hex | 28 | 17 | 13 | 0 | 2B | 34 | 54 | B | 24 | C |
| Octal | 50 | 27 | 23 | 0 | 53 | 64 | 124 | 13 | 44 | 14 |
| Binary | 101000 | 10111 | 10011 | 0 | 101011 | 110100 | 1010100 | 1011 | 100100 | 1100 |
Color Harmonies of #281713
Complementary color
Monochromatic Colors of #281713
Black with #281713
Text Example
Text Example
White with #281713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281713; }
p { color: rgb(40,23,19); }
H1.HeaderClassName
{
color: #281713;
}
.AnyTagClassName
{
color: #281713;
}
</style>
background-color css
<style>
a { background-color: #281713; }
a { background-color: rgb(40,23,19); }
div.DivClassName
{
background-color: #281713;
}
.BgClassName
{
background-color: #281713;
}
</style>
border-color css
<style>
span { border-color: #281713; }
span { border-color: rgb(40,23,19); }
td.TdClassName
{
border-color: #281713;
}
.TagClassName
{
border-color: #281713;
}
</style>