Shades of Seal Brown #280B02
Tints of Seal Brown #280B02
RGB
CMYK
RGB Variations
Color information
#280B02 (or 0x280B02) is known color: Seal Brown. HEX triplet: 28, 0B and 02. RGB value is (40,11,2). Sum of RGB (Red+Green+Blue) = 40+11+2=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #280B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B02 is #D7F4FD. Grayscale: #121212. Windows color (decimal): -14152958 or 133928. OLE color: 133928.
HSL color Cylindrical-coordinate representation of color #280B02: hue angle of 14.21º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280B02 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 2 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.84 |
| HSL | 14.21º | 0.9% | 0.08% | - |
| HSV(B) | 14.21º | 0.95% | 0.16% | - |
| XYZ | 1.01 | 0.69 | 0.14 | - |
| YUV | 18.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 2 | 0 | 0.72 | 0.95 | 0.84 | 14.21 | 0.9 | 0.08 |
| Hex | 28 | B | 2 | 0 | 48 | 5F | 54 | E | 5A | 8 |
| Octal | 50 | 13 | 2 | 0 | 110 | 137 | 124 | 16 | 132 | 10 |
| Binary | 101000 | 1011 | 10 | 0 | 1001000 | 1011111 | 1010100 | 1110 | 1011010 | 1000 |
Color Harmonies of #280B02
Complementary color
Monochromatic Colors of #280B02
Black with #280B02
Text Example
Text Example
White with #280B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B02; }
p { color: rgb(40,11,2); }
H1.HeaderClassName
{
color: #280B02;
}
.AnyTagClassName
{
color: #280B02;
}
</style>
background-color css
<style>
a { background-color: #280B02; }
a { background-color: rgb(40,11,2); }
div.DivClassName
{
background-color: #280B02;
}
.BgClassName
{
background-color: #280B02;
}
</style>
border-color css
<style>
span { border-color: #280B02; }
span { border-color: rgb(40,11,2); }
td.TdClassName
{
border-color: #280B02;
}
.TagClassName
{
border-color: #280B02;
}
</style>