Shades of Seal Brown #210A05
Tints of Seal Brown #210A05
RGB
CMYK
RGB Variations
Color information
#210A05 (or 0x210A05) is known color: Seal Brown. HEX triplet: 21, 0A and 05. RGB value is (33,10,5). Sum of RGB (Red+Green+Blue) = 33+10+5=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #210A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210A05 is #DEF5FA. Grayscale: #101010. Windows color (decimal): -14611963 or 330273. OLE color: 330273.
HSL color Cylindrical-coordinate representation of color #210A05: hue angle of 10.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210A05 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 10 | 5 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.87 |
| HSL | 10.71º | 0.74% | 0.07% | - |
| HSV(B) | 10.71º | 0.85% | 0.13% | - |
| XYZ | 0.76 | 0.55 | 0.21 | - |
| YUV | 16.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 5 | 0 | 0.70 | 0.85 | 0.87 | 10.71 | 0.74 | 0.07 |
| Hex | 21 | A | 5 | 0 | 46 | 55 | 57 | B | 4A | 7 |
| Octal | 41 | 12 | 5 | 0 | 106 | 125 | 127 | 13 | 112 | 7 |
| Binary | 100001 | 1010 | 101 | 0 | 1000110 | 1010101 | 1010111 | 1011 | 1001010 | 111 |
Color Harmonies of #210A05
Complementary color
Monochromatic Colors of #210A05
Black with #210A05
Text Example
Text Example
White with #210A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A05; }
p { color: rgb(33,10,5); }
H1.HeaderClassName
{
color: #210A05;
}
.AnyTagClassName
{
color: #210A05;
}
</style>
background-color css
<style>
a { background-color: #210A05; }
a { background-color: rgb(33,10,5); }
div.DivClassName
{
background-color: #210A05;
}
.BgClassName
{
background-color: #210A05;
}
</style>
border-color css
<style>
span { border-color: #210A05; }
span { border-color: rgb(33,10,5); }
td.TdClassName
{
border-color: #210A05;
}
.TagClassName
{
border-color: #210A05;
}
</style>