Shades of Seal Brown #210E08
Tints of Seal Brown #210E08
RGB
CMYK
RGB Variations
Color information
#210E08 (or 0x210E08) is known color: Seal Brown. HEX triplet: 21, 0E and 08. RGB value is (33,14,8). Sum of RGB (Red+Green+Blue) = 33+14+8=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E08 is #DEF1F7. Grayscale: #131313. Windows color (decimal): -14610936 or 527905. OLE color: 527905.
HSL color Cylindrical-coordinate representation of color #210E08: hue angle of 14.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210E08 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 8 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.87 |
| HSL | 14.4º | 0.61% | 0.08% | - |
| HSV(B) | 14.4º | 0.76% | 0.13% | - |
| XYZ | 0.83 | 0.65 | 0.31 | - |
| YUV | 19 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 8 | 0 | 0.58 | 0.76 | 0.87 | 14.4 | 0.61 | 0.08 |
| Hex | 21 | E | 8 | 0 | 3A | 4C | 57 | E | 3D | 8 |
| Octal | 41 | 16 | 10 | 0 | 72 | 114 | 127 | 16 | 75 | 10 |
| Binary | 100001 | 1110 | 1000 | 0 | 111010 | 1001100 | 1010111 | 1110 | 111101 | 1000 |
Color Harmonies of #210E08
Complementary color
Monochromatic Colors of #210E08
Black with #210E08
Text Example
Text Example
White with #210E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E08; }
p { color: rgb(33,14,8); }
H1.HeaderClassName
{
color: #210E08;
}
.AnyTagClassName
{
color: #210E08;
}
</style>
background-color css
<style>
a { background-color: #210E08; }
a { background-color: rgb(33,14,8); }
div.DivClassName
{
background-color: #210E08;
}
.BgClassName
{
background-color: #210E08;
}
</style>
border-color css
<style>
span { border-color: #210E08; }
span { border-color: rgb(33,14,8); }
td.TdClassName
{
border-color: #210E08;
}
.TagClassName
{
border-color: #210E08;
}
</style>