Shades of Seal Brown #210D04
Tints of Seal Brown #210D04
RGB
CMYK
RGB Variations
Color information
#210D04 (or 0x210D04) is known color: Seal Brown. HEX triplet: 21, 0D and 04. RGB value is (33,13,4). Sum of RGB (Red+Green+Blue) = 33+13+4=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #210D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D04 is #DEF2FB. Grayscale: #121212. Windows color (decimal): -14611196 or 265505. OLE color: 265505.
HSL color Cylindrical-coordinate representation of color #210D04: hue angle of 18.62º 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 #210D04 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 4 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.87 |
| HSL | 18.62º | 0.78% | 0.07% | - |
| HSV(B) | 18.62º | 0.88% | 0.13% | - |
| XYZ | 0.79 | 0.62 | 0.19 | - |
| YUV | 17.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 4 | 0 | 0.61 | 0.88 | 0.87 | 18.62 | 0.78 | 0.07 |
| Hex | 21 | D | 4 | 0 | 3D | 58 | 57 | 13 | 4E | 7 |
| Octal | 41 | 15 | 4 | 0 | 75 | 130 | 127 | 23 | 116 | 7 |
| Binary | 100001 | 1101 | 100 | 0 | 111101 | 1011000 | 1010111 | 10011 | 1001110 | 111 |
Color Harmonies of #210D04
Complementary color
Monochromatic Colors of #210D04
Black with #210D04
Text Example
Text Example
White with #210D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D04; }
p { color: rgb(33,13,4); }
H1.HeaderClassName
{
color: #210D04;
}
.AnyTagClassName
{
color: #210D04;
}
</style>
background-color css
<style>
a { background-color: #210D04; }
a { background-color: rgb(33,13,4); }
div.DivClassName
{
background-color: #210D04;
}
.BgClassName
{
background-color: #210D04;
}
</style>
border-color css
<style>
span { border-color: #210D04; }
span { border-color: rgb(33,13,4); }
td.TdClassName
{
border-color: #210D04;
}
.TagClassName
{
border-color: #210D04;
}
</style>