Shades of Seal Brown #210A00
Tints of Seal Brown #210A00
RGB
CMYK
RGB Variations
Color information
#210A00 (or 0x210A00) is known color: Seal Brown. HEX triplet: 21, 0A and 00. RGB value is (33,10,0). Sum of RGB (Red+Green+Blue) = 33+10+0=43 (5% of max value = 765). Red value is 33 (13.28% from 255 or 76.74% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 33 - color contains mainly: red. Hex color #210A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210A00 is #DEF5FF. Grayscale: #0F0F0F. Windows color (decimal): -14611968 or 2593. OLE color: 2593.
HSL color Cylindrical-coordinate representation of color #210A00: hue angle of 18.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 10 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.87 |
| HSL | 18.18º | 1% | 0.06% | - |
| HSV(B) | 18.18º | 1% | 0.13% | - |
| XYZ | 0.74 | 0.54 | 0.07 | - |
| YUV | 15.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 0 | 0 | 0.70 | 1 | 0.87 | 18.18 | 1 | 0.06 |
| Hex | 21 | A | 0 | 0 | 46 | 64 | 57 | 12 | 64 | 6 |
| Octal | 41 | 12 | 0 | 0 | 106 | 144 | 127 | 22 | 144 | 6 |
| Binary | 100001 | 1010 | 0 | 0 | 1000110 | 1100100 | 1010111 | 10010 | 1100100 | 110 |
Color Harmonies of #210A00
Complementary color
Monochromatic Colors of #210A00
Black with #210A00
Text Example
Text Example
White with #210A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A00; }
p { color: rgb(33,10,0); }
H1.HeaderClassName
{
color: #210A00;
}
.AnyTagClassName
{
color: #210A00;
}
</style>
background-color css
<style>
a { background-color: #210A00; }
a { background-color: rgb(33,10,0); }
div.DivClassName
{
background-color: #210A00;
}
.BgClassName
{
background-color: #210A00;
}
</style>
border-color css
<style>
span { border-color: #210A00; }
span { border-color: rgb(33,10,0); }
td.TdClassName
{
border-color: #210A00;
}
.TagClassName
{
border-color: #210A00;
}
</style>