Shades of Seal Brown #210D01
Tints of Seal Brown #210D01
RGB
CMYK
RGB Variations
Color information
#210D01 (or 0x210D01) is known color: Seal Brown. HEX triplet: 21, 0D and 01. RGB value is (33,13,1). Sum of RGB (Red+Green+Blue) = 33+13+1=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #210D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D01 is #DEF2FE. Grayscale: #111111. Windows color (decimal): -14611199 or 68897. OLE color: 68897.
HSL color Cylindrical-coordinate representation of color #210D01: hue angle of 22.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210D01 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 1 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.87 |
| HSL | 22.5º | 0.94% | 0.07% | - |
| HSV(B) | 22.5º | 0.97% | 0.13% | - |
| XYZ | 0.78 | 0.61 | 0.11 | - |
| YUV | 17.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 1 | 0 | 0.61 | 0.97 | 0.87 | 22.5 | 0.94 | 0.07 |
| Hex | 21 | D | 1 | 0 | 3D | 61 | 57 | 16 | 5E | 7 |
| Octal | 41 | 15 | 1 | 0 | 75 | 141 | 127 | 26 | 136 | 7 |
| Binary | 100001 | 1101 | 1 | 0 | 111101 | 1100001 | 1010111 | 10110 | 1011110 | 111 |
Color Harmonies of #210D01
Complementary color
Monochromatic Colors of #210D01
Black with #210D01
Text Example
Text Example
White with #210D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D01; }
p { color: rgb(33,13,1); }
H1.HeaderClassName
{
color: #210D01;
}
.AnyTagClassName
{
color: #210D01;
}
</style>
background-color css
<style>
a { background-color: #210D01; }
a { background-color: rgb(33,13,1); }
div.DivClassName
{
background-color: #210D01;
}
.BgClassName
{
background-color: #210D01;
}
</style>
border-color css
<style>
span { border-color: #210D01; }
span { border-color: rgb(33,13,1); }
td.TdClassName
{
border-color: #210D01;
}
.TagClassName
{
border-color: #210D01;
}
</style>