Shades of Seal Brown #210D03
Tints of Seal Brown #210D03
RGB
CMYK
RGB Variations
Color information
#210D03 (or 0x210D03) is known color: Seal Brown. HEX triplet: 21, 0D and 03. RGB value is (33,13,3). Sum of RGB (Red+Green+Blue) = 33+13+3=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D03 is #DEF2FC. Grayscale: #111111. Windows color (decimal): -14611197 or 199969. OLE color: 199969.
HSL color Cylindrical-coordinate representation of color #210D03: hue angle of 20º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210D03 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 3 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.87 |
| HSL | 20º | 0.83% | 0.07% | - |
| HSV(B) | 20º | 0.91% | 0.13% | - |
| XYZ | 0.79 | 0.62 | 0.16 | - |
| YUV | 17.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 3 | 0 | 0.61 | 0.91 | 0.87 | 20 | 0.83 | 0.07 |
| Hex | 21 | D | 3 | 0 | 3D | 5B | 57 | 14 | 53 | 7 |
| Octal | 41 | 15 | 3 | 0 | 75 | 133 | 127 | 24 | 123 | 7 |
| Binary | 100001 | 1101 | 11 | 0 | 111101 | 1011011 | 1010111 | 10100 | 1010011 | 111 |
Color Harmonies of #210D03
Complementary color
Monochromatic Colors of #210D03
Black with #210D03
Text Example
Text Example
White with #210D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D03; }
p { color: rgb(33,13,3); }
H1.HeaderClassName
{
color: #210D03;
}
.AnyTagClassName
{
color: #210D03;
}
</style>
background-color css
<style>
a { background-color: #210D03; }
a { background-color: rgb(33,13,3); }
div.DivClassName
{
background-color: #210D03;
}
.BgClassName
{
background-color: #210D03;
}
</style>
border-color css
<style>
span { border-color: #210D03; }
span { border-color: rgb(33,13,3); }
td.TdClassName
{
border-color: #210D03;
}
.TagClassName
{
border-color: #210D03;
}
</style>