Shades of Seal Brown #210E02
Tints of Seal Brown #210E02
RGB
CMYK
RGB Variations
Color information
#210E02 (or 0x210E02) is known color: Seal Brown. HEX triplet: 21, 0E and 02. RGB value is (33,14,2). Sum of RGB (Red+Green+Blue) = 33+14+2=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E02 is #DEF1FD. Grayscale: #121212. Windows color (decimal): -14610942 or 134689. OLE color: 134689.
HSL color Cylindrical-coordinate representation of color #210E02: hue angle of 23.23º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210E02 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 2 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.87 |
| HSL | 23.23º | 0.89% | 0.07% | - |
| HSV(B) | 23.23º | 0.94% | 0.13% | - |
| XYZ | 0.8 | 0.64 | 0.14 | - |
| YUV | 18.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 2 | 0 | 0.58 | 0.94 | 0.87 | 23.23 | 0.89 | 0.07 |
| Hex | 21 | E | 2 | 0 | 3A | 5E | 57 | 17 | 59 | 7 |
| Octal | 41 | 16 | 2 | 0 | 72 | 136 | 127 | 27 | 131 | 7 |
| Binary | 100001 | 1110 | 10 | 0 | 111010 | 1011110 | 1010111 | 10111 | 1011001 | 111 |
Color Harmonies of #210E02
Complementary color
Monochromatic Colors of #210E02
Black with #210E02
Text Example
Text Example
White with #210E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E02; }
p { color: rgb(33,14,2); }
H1.HeaderClassName
{
color: #210E02;
}
.AnyTagClassName
{
color: #210E02;
}
</style>
background-color css
<style>
a { background-color: #210E02; }
a { background-color: rgb(33,14,2); }
div.DivClassName
{
background-color: #210E02;
}
.BgClassName
{
background-color: #210E02;
}
</style>
border-color css
<style>
span { border-color: #210E02; }
span { border-color: rgb(33,14,2); }
td.TdClassName
{
border-color: #210E02;
}
.TagClassName
{
border-color: #210E02;
}
</style>