Shades of Seal Brown #210503
Tints of Seal Brown #210503
RGB
CMYK
RGB Variations
Color information
#210503 (or 0x210503) is known color: Seal Brown. HEX triplet: 21, 05 and 03. RGB value is (33,5,3). Sum of RGB (Red+Green+Blue) = 33+5+3=41 (5% of max value = 765). Red value is 33 (13.28% from 255 or 80.49% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 33 - color contains mainly: red. Hex color #210503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210503 is #DEFAFC. Grayscale: #0D0D0D. Windows color (decimal): -14613245 or 197921. OLE color: 197921.
HSL color Cylindrical-coordinate representation of color #210503: hue angle of 4º 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 #210503 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 3 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.87 |
| HSL | 4º | 0.83% | 0.07% | - |
| HSV(B) | 4º | 0.91% | 0.13% | - |
| XYZ | 0.7 | 0.44 | 0.13 | - |
| YUV | 13.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 3 | 0 | 0.85 | 0.91 | 0.87 | 4 | 0.83 | 0.07 |
| Hex | 21 | 5 | 3 | 0 | 55 | 5B | 57 | 4 | 53 | 7 |
| Octal | 41 | 5 | 3 | 0 | 125 | 133 | 127 | 4 | 123 | 7 |
| Binary | 100001 | 101 | 11 | 0 | 1010101 | 1011011 | 1010111 | 100 | 1010011 | 111 |
Color Harmonies of #210503
Complementary color
Monochromatic Colors of #210503
Black with #210503
Text Example
Text Example
White with #210503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210503; }
p { color: rgb(33,5,3); }
H1.HeaderClassName
{
color: #210503;
}
.AnyTagClassName
{
color: #210503;
}
</style>
background-color css
<style>
a { background-color: #210503; }
a { background-color: rgb(33,5,3); }
div.DivClassName
{
background-color: #210503;
}
.BgClassName
{
background-color: #210503;
}
</style>
border-color css
<style>
span { border-color: #210503; }
span { border-color: rgb(33,5,3); }
td.TdClassName
{
border-color: #210503;
}
.TagClassName
{
border-color: #210503;
}
</style>