Shades of Seal Brown #290C04
Tints of Seal Brown #290C04
RGB
CMYK
RGB Variations
Color information
#290C04 (or 0x290C04) is known color: Seal Brown. HEX triplet: 29, 0C and 04. RGB value is (41,12,4). Sum of RGB (Red+Green+Blue) = 41+12+4=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #290C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290C04 is #D6F3FB. Grayscale: #131313. Windows color (decimal): -14087164 or 265257. OLE color: 265257.
HSL color Cylindrical-coordinate representation of color #290C04: hue angle of 12.97º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290C04 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 12 | 4 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.84 |
| HSL | 12.97º | 0.82% | 0.09% | - |
| HSV(B) | 12.97º | 0.9% | 0.16% | - |
| XYZ | 1.07 | 0.74 | 0.2 | - |
| YUV | 19.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 4 | 0 | 0.71 | 0.90 | 0.84 | 12.97 | 0.82 | 0.09 |
| Hex | 29 | C | 4 | 0 | 47 | 5A | 54 | D | 52 | 9 |
| Octal | 51 | 14 | 4 | 0 | 107 | 132 | 124 | 15 | 122 | 11 |
| Binary | 101001 | 1100 | 100 | 0 | 1000111 | 1011010 | 1010100 | 1101 | 1010010 | 1001 |
Color Harmonies of #290C04
Complementary color
Monochromatic Colors of #290C04
Black with #290C04
Text Example
Text Example
White with #290C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C04; }
p { color: rgb(41,12,4); }
H1.HeaderClassName
{
color: #290C04;
}
.AnyTagClassName
{
color: #290C04;
}
</style>
background-color css
<style>
a { background-color: #290C04; }
a { background-color: rgb(41,12,4); }
div.DivClassName
{
background-color: #290C04;
}
.BgClassName
{
background-color: #290C04;
}
</style>
border-color css
<style>
span { border-color: #290C04; }
span { border-color: rgb(41,12,4); }
td.TdClassName
{
border-color: #290C04;
}
.TagClassName
{
border-color: #290C04;
}
</style>