Shades of Seal Brown #210E06
Tints of Seal Brown #210E06
RGB
CMYK
RGB Variations
Color information
#210E06 (or 0x210E06) is known color: Seal Brown. HEX triplet: 21, 0E and 06. RGB value is (33,14,6). Sum of RGB (Red+Green+Blue) = 33+14+6=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E06 is #DEF1F9. Grayscale: #121212. Windows color (decimal): -14610938 or 396833. OLE color: 396833.
HSL color Cylindrical-coordinate representation of color #210E06: hue angle of 17.78º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210E06 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 6 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.87 |
| HSL | 17.78º | 0.69% | 0.08% | - |
| HSV(B) | 17.78º | 0.82% | 0.13% | - |
| XYZ | 0.82 | 0.65 | 0.25 | - |
| YUV | 18.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 6 | 0 | 0.58 | 0.82 | 0.87 | 17.78 | 0.69 | 0.08 |
| Hex | 21 | E | 6 | 0 | 3A | 52 | 57 | 12 | 45 | 8 |
| Octal | 41 | 16 | 6 | 0 | 72 | 122 | 127 | 22 | 105 | 10 |
| Binary | 100001 | 1110 | 110 | 0 | 111010 | 1010010 | 1010111 | 10010 | 1000101 | 1000 |
Color Harmonies of #210E06
Complementary color
Monochromatic Colors of #210E06
Black with #210E06
Text Example
Text Example
White with #210E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E06; }
p { color: rgb(33,14,6); }
H1.HeaderClassName
{
color: #210E06;
}
.AnyTagClassName
{
color: #210E06;
}
</style>
background-color css
<style>
a { background-color: #210E06; }
a { background-color: rgb(33,14,6); }
div.DivClassName
{
background-color: #210E06;
}
.BgClassName
{
background-color: #210E06;
}
</style>
border-color css
<style>
span { border-color: #210E06; }
span { border-color: rgb(33,14,6); }
td.TdClassName
{
border-color: #210E06;
}
.TagClassName
{
border-color: #210E06;
}
</style>