Shades of Seal Brown #210900
Tints of Seal Brown #210900
RGB
CMYK
RGB Variations
Color information
#210900 (or 0x210900) is known color: Seal Brown. HEX triplet: 21, 09 and 00. RGB value is (33,9,0). Sum of RGB (Red+Green+Blue) = 33+9+0=42 (5% of max value = 765). Red value is 33 (13.28% from 255 or 78.57% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 33 - color contains mainly: red. Hex color #210900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210900 is #DEF6FF. Grayscale: #0F0F0F. Windows color (decimal): -14612224 or 2337. OLE color: 2337.
HSL color Cylindrical-coordinate representation of color #210900: hue angle of 16.36º 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 #210900 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.87 |
| HSL | 16.36º | 1% | 0.06% | - |
| HSV(B) | 16.36º | 1% | 0.13% | - |
| XYZ | 0.72 | 0.52 | 0.06 | - |
| YUV | 15.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 0 | 0 | 0.73 | 1 | 0.87 | 16.36 | 1 | 0.06 |
| Hex | 21 | 9 | 0 | 0 | 49 | 64 | 57 | 10 | 64 | 6 |
| Octal | 41 | 11 | 0 | 0 | 111 | 144 | 127 | 20 | 144 | 6 |
| Binary | 100001 | 1001 | 0 | 0 | 1001001 | 1100100 | 1010111 | 10000 | 1100100 | 110 |
Color Harmonies of #210900
Complementary color
Monochromatic Colors of #210900
Black with #210900
Text Example
Text Example
White with #210900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210900; }
p { color: rgb(33,9,0); }
H1.HeaderClassName
{
color: #210900;
}
.AnyTagClassName
{
color: #210900;
}
</style>
background-color css
<style>
a { background-color: #210900; }
a { background-color: rgb(33,9,0); }
div.DivClassName
{
background-color: #210900;
}
.BgClassName
{
background-color: #210900;
}
</style>
border-color css
<style>
span { border-color: #210900; }
span { border-color: rgb(33,9,0); }
td.TdClassName
{
border-color: #210900;
}
.TagClassName
{
border-color: #210900;
}
</style>