Shades of Seal Brown #280B05
Tints of Seal Brown #280B05
RGB
CMYK
RGB Variations
Color information
#280B05 (or 0x280B05) is known color: Seal Brown. HEX triplet: 28, 0B and 05. RGB value is (40,11,5). Sum of RGB (Red+Green+Blue) = 40+11+5=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B05 is #D7F4FA. Grayscale: #131313. Windows color (decimal): -14152955 or 330536. OLE color: 330536.
HSL color Cylindrical-coordinate representation of color #280B05: hue angle of 10.29º 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 #280B05 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 11 | 5 | - |
CMYK | 0 | 0.72 | 0.88 | 0.84 |
HSL | 10.29º | 0.78% | 0.09% | - |
HSV(B) | 10.29º | 0.88% | 0.16% | - |
XYZ | 1.02 | 0.7 | 0.23 | - |
YUV | 18.99 | 120.11 | 142.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 11 | 5 | 0 | 0.72 | 0.88 | 0.84 | 10.29 | 0.78 | 0.09 |
Hex | 28 | B | 5 | 0 | 48 | 58 | 54 | A | 4E | 9 |
Octal | 50 | 13 | 5 | 0 | 110 | 130 | 124 | 12 | 116 | 11 |
Binary | 101000 | 1011 | 101 | 0 | 1001000 | 1011000 | 1010100 | 1010 | 1001110 | 1001 |
Color Harmonies of #280B05
Complementary color
Monochromatic Colors of #280B05
Black with #280B05
Text Example
Text Example
White with #280B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B05; }
p { color: rgb(40,11,5); }
H1.HeaderClassName
{
color: #280B05;
}
.AnyTagClassName
{
color: #280B05;
}
</style>
background-color css
<style>
a { background-color: #280B05; }
a { background-color: rgb(40,11,5); }
div.DivClassName
{
background-color: #280B05;
}
.BgClassName
{
background-color: #280B05;
}
</style>
border-color css
<style>
span { border-color: #280B05; }
span { border-color: rgb(40,11,5); }
td.TdClassName
{
border-color: #280B05;
}
.TagClassName
{
border-color: #280B05;
}
</style>