Shades of Seal Brown #290B01
Tints of Seal Brown #290B01
RGB
CMYK
RGB Variations
Color information
#290B01 (or 0x290B01) is known color: Seal Brown. HEX triplet: 29, 0B and 01. RGB value is (41,11,1). Sum of RGB (Red+Green+Blue) = 41+11+1=53 (7% of max value = 765). Red value is 41 (16.41% from 255 or 77.36% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 41 - color contains mainly: red. Hex color #290B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B01 is #D6F4FE. Grayscale: #121212. Windows color (decimal): -14087423 or 68393. OLE color: 68393.
HSL color Cylindrical-coordinate representation of color #290B01: hue angle of 15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290B01 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 11 | 1 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.84 |
| HSL | 15º | 0.95% | 0.08% | - |
| HSV(B) | 15º | 0.98% | 0.16% | - |
| XYZ | 1.04 | 0.71 | 0.11 | - |
| YUV | 18.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 1 | 0 | 0.73 | 0.98 | 0.84 | 15 | 0.95 | 0.08 |
| Hex | 29 | B | 1 | 0 | 49 | 62 | 54 | F | 5F | 8 |
| Octal | 51 | 13 | 1 | 0 | 111 | 142 | 124 | 17 | 137 | 10 |
| Binary | 101001 | 1011 | 1 | 0 | 1001001 | 1100010 | 1010100 | 1111 | 1011111 | 1000 |
Color Harmonies of #290B01
Complementary color
Monochromatic Colors of #290B01
Black with #290B01
Text Example
Text Example
White with #290B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B01; }
p { color: rgb(41,11,1); }
H1.HeaderClassName
{
color: #290B01;
}
.AnyTagClassName
{
color: #290B01;
}
</style>
background-color css
<style>
a { background-color: #290B01; }
a { background-color: rgb(41,11,1); }
div.DivClassName
{
background-color: #290B01;
}
.BgClassName
{
background-color: #290B01;
}
</style>
border-color css
<style>
span { border-color: #290B01; }
span { border-color: rgb(41,11,1); }
td.TdClassName
{
border-color: #290B01;
}
.TagClassName
{
border-color: #290B01;
}
</style>