Shades of Seal Brown #280A06
Tints of Seal Brown #280A06
RGB
CMYK
RGB Variations
Color information
#280A06 (or 0x280A06) is known color: Seal Brown. HEX triplet: 28, 0A and 06. RGB value is (40,10,6). Sum of RGB (Red+Green+Blue) = 40+10+6=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A06 is #D7F5F9. Grayscale: #121212. Windows color (decimal): -14153210 or 395816. OLE color: 395816.
HSL color Cylindrical-coordinate representation of color #280A06: hue angle of 7.06º 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 #280A06 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 10 | 6 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.84 |
| HSL | 7.06º | 0.74% | 0.09% | - |
| HSV(B) | 7.06º | 0.85% | 0.16% | - |
| XYZ | 1.02 | 0.68 | 0.25 | - |
| YUV | 18.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 6 | 0 | 0.75 | 0.85 | 0.84 | 7.06 | 0.74 | 0.09 |
| Hex | 28 | A | 6 | 0 | 4B | 55 | 54 | 7 | 4A | 9 |
| Octal | 50 | 12 | 6 | 0 | 113 | 125 | 124 | 7 | 112 | 11 |
| Binary | 101000 | 1010 | 110 | 0 | 1001011 | 1010101 | 1010100 | 111 | 1001010 | 1001 |
Color Harmonies of #280A06
Complementary color
Monochromatic Colors of #280A06
Black with #280A06
Text Example
Text Example
White with #280A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A06; }
p { color: rgb(40,10,6); }
H1.HeaderClassName
{
color: #280A06;
}
.AnyTagClassName
{
color: #280A06;
}
</style>
background-color css
<style>
a { background-color: #280A06; }
a { background-color: rgb(40,10,6); }
div.DivClassName
{
background-color: #280A06;
}
.BgClassName
{
background-color: #280A06;
}
</style>
border-color css
<style>
span { border-color: #280A06; }
span { border-color: rgb(40,10,6); }
td.TdClassName
{
border-color: #280A06;
}
.TagClassName
{
border-color: #280A06;
}
</style>