Shades of Seal Brown #210E04
Tints of Seal Brown #210E04
RGB
CMYK
RGB Variations
Color information
#210E04 (or 0x210E04) is known color: Seal Brown. HEX triplet: 21, 0E and 04. RGB value is (33,14,4). Sum of RGB (Red+Green+Blue) = 33+14+4=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #210E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E04 is #DEF1FB. Grayscale: #121212. Windows color (decimal): -14610940 or 265761. OLE color: 265761.
HSL color Cylindrical-coordinate representation of color #210E04: hue angle of 20.69º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210E04 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 4 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.87 |
| HSL | 20.69º | 0.78% | 0.07% | - |
| HSV(B) | 20.69º | 0.88% | 0.13% | - |
| XYZ | 0.81 | 0.65 | 0.2 | - |
| YUV | 18.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 4 | 0 | 0.58 | 0.88 | 0.87 | 20.69 | 0.78 | 0.07 |
| Hex | 21 | E | 4 | 0 | 3A | 58 | 57 | 15 | 4E | 7 |
| Octal | 41 | 16 | 4 | 0 | 72 | 130 | 127 | 25 | 116 | 7 |
| Binary | 100001 | 1110 | 100 | 0 | 111010 | 1011000 | 1010111 | 10101 | 1001110 | 111 |
Color Harmonies of #210E04
Complementary color
Monochromatic Colors of #210E04
Black with #210E04
Text Example
Text Example
White with #210E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E04; }
p { color: rgb(33,14,4); }
H1.HeaderClassName
{
color: #210E04;
}
.AnyTagClassName
{
color: #210E04;
}
</style>
background-color css
<style>
a { background-color: #210E04; }
a { background-color: rgb(33,14,4); }
div.DivClassName
{
background-color: #210E04;
}
.BgClassName
{
background-color: #210E04;
}
</style>
border-color css
<style>
span { border-color: #210E04; }
span { border-color: rgb(33,14,4); }
td.TdClassName
{
border-color: #210E04;
}
.TagClassName
{
border-color: #210E04;
}
</style>