Shades of Seal Brown #280D0A
Tints of Seal Brown #280D0A
RGB
CMYK
RGB Variations
Color information
#280D0A (or 0x280D0A) is known color: Seal Brown. HEX triplet: 28, 0D and 0A. RGB value is (40,13,10). Sum of RGB (Red+Green+Blue) = 40+13+10=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D0A is #D7F2F5. Grayscale: #141414. Windows color (decimal): -14152438 or 658728. OLE color: 658728.
HSL color Cylindrical-coordinate representation of color #280D0A: hue angle of 6º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280D0A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 10 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.84 |
| HSL | 6º | 0.6% | 0.1% | - |
| HSV(B) | 6º | 0.75% | 0.16% | - |
| XYZ | 1.07 | 0.76 | 0.38 | - |
| YUV | 20.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 10 | 0 | 0.67 | 0.75 | 0.84 | 6 | 0.6 | 0.1 |
| Hex | 28 | D | A | 0 | 43 | 4B | 54 | 6 | 3C | A |
| Octal | 50 | 15 | 12 | 0 | 103 | 113 | 124 | 6 | 74 | 12 |
| Binary | 101000 | 1101 | 1010 | 0 | 1000011 | 1001011 | 1010100 | 110 | 111100 | 1010 |
Color Harmonies of #280D0A
Complementary color
Monochromatic Colors of #280D0A
Black with #280D0A
Text Example
Text Example
White with #280D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D0A; }
p { color: rgb(40,13,10); }
H1.HeaderClassName
{
color: #280D0A;
}
.AnyTagClassName
{
color: #280D0A;
}
</style>
background-color css
<style>
a { background-color: #280D0A; }
a { background-color: rgb(40,13,10); }
div.DivClassName
{
background-color: #280D0A;
}
.BgClassName
{
background-color: #280D0A;
}
</style>
border-color css
<style>
span { border-color: #280D0A; }
span { border-color: rgb(40,13,10); }
td.TdClassName
{
border-color: #280D0A;
}
.TagClassName
{
border-color: #280D0A;
}
</style>