Shades of Seal Brown #280D05
Tints of Seal Brown #280D05
RGB
CMYK
RGB Variations
Color information
#280D05 (or 0x280D05) is known color: Seal Brown. HEX triplet: 28, 0D and 05. RGB value is (40,13,5). Sum of RGB (Red+Green+Blue) = 40+13+5=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D05 is #D7F2FA. Grayscale: #141414. Windows color (decimal): -14152443 or 331048. OLE color: 331048.
HSL color Cylindrical-coordinate representation of color #280D05: hue angle of 13.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280D05 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 5 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.84 |
| HSL | 13.71º | 0.78% | 0.09% | - |
| HSV(B) | 13.71º | 0.88% | 0.16% | - |
| XYZ | 1.05 | 0.75 | 0.23 | - |
| YUV | 20.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 5 | 0 | 0.67 | 0.88 | 0.84 | 13.71 | 0.78 | 0.09 |
| Hex | 28 | D | 5 | 0 | 43 | 58 | 54 | E | 4E | 9 |
| Octal | 50 | 15 | 5 | 0 | 103 | 130 | 124 | 16 | 116 | 11 |
| Binary | 101000 | 1101 | 101 | 0 | 1000011 | 1011000 | 1010100 | 1110 | 1001110 | 1001 |
Color Harmonies of #280D05
Complementary color
Monochromatic Colors of #280D05
Black with #280D05
Text Example
Text Example
White with #280D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D05; }
p { color: rgb(40,13,5); }
H1.HeaderClassName
{
color: #280D05;
}
.AnyTagClassName
{
color: #280D05;
}
</style>
background-color css
<style>
a { background-color: #280D05; }
a { background-color: rgb(40,13,5); }
div.DivClassName
{
background-color: #280D05;
}
.BgClassName
{
background-color: #280D05;
}
</style>
border-color css
<style>
span { border-color: #280D05; }
span { border-color: rgb(40,13,5); }
td.TdClassName
{
border-color: #280D05;
}
.TagClassName
{
border-color: #280D05;
}
</style>