Shades of Seal Brown #280F06
Tints of Seal Brown #280F06
RGB
CMYK
RGB Variations
Color information
#280F06 (or 0x280F06) is known color: Seal Brown. HEX triplet: 28, 0F and 06. RGB value is (40,15,6). Sum of RGB (Red+Green+Blue) = 40+15+6=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F06 is #D7F0F9. Grayscale: #151515. Windows color (decimal): -14151930 or 397096. OLE color: 397096.
HSL color Cylindrical-coordinate representation of color #280F06: hue angle of 15.88º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280F06 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 15 | 6 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.84 |
| HSL | 15.88º | 0.74% | 0.09% | - |
| HSV(B) | 15.88º | 0.85% | 0.16% | - |
| XYZ | 1.08 | 0.81 | 0.27 | - |
| YUV | 21.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 6 | 0 | 0.62 | 0.85 | 0.84 | 15.88 | 0.74 | 0.09 |
| Hex | 28 | F | 6 | 0 | 3E | 55 | 54 | 10 | 4A | 9 |
| Octal | 50 | 17 | 6 | 0 | 76 | 125 | 124 | 20 | 112 | 11 |
| Binary | 101000 | 1111 | 110 | 0 | 111110 | 1010101 | 1010100 | 10000 | 1001010 | 1001 |
Color Harmonies of #280F06
Complementary color
Monochromatic Colors of #280F06
Black with #280F06
Text Example
Text Example
White with #280F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F06; }
p { color: rgb(40,15,6); }
H1.HeaderClassName
{
color: #280F06;
}
.AnyTagClassName
{
color: #280F06;
}
</style>
background-color css
<style>
a { background-color: #280F06; }
a { background-color: rgb(40,15,6); }
div.DivClassName
{
background-color: #280F06;
}
.BgClassName
{
background-color: #280F06;
}
</style>
border-color css
<style>
span { border-color: #280F06; }
span { border-color: rgb(40,15,6); }
td.TdClassName
{
border-color: #280F06;
}
.TagClassName
{
border-color: #280F06;
}
</style>