Shades of Seal Brown #210902
Tints of Seal Brown #210902
RGB
CMYK
RGB Variations
Color information
#210902 (or 0x210902) is known color: Seal Brown. HEX triplet: 21, 09 and 02. RGB value is (33,9,2). Sum of RGB (Red+Green+Blue) = 33+9+2=44 (5% of max value = 765). Red value is 33 (13.28% from 255 or 75% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 33 - color contains mainly: red. Hex color #210902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210902 is #DEF6FD. Grayscale: #0F0F0F. Windows color (decimal): -14612222 or 133409. OLE color: 133409.
HSL color Cylindrical-coordinate representation of color #210902: hue angle of 13.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210902 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 2 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.87 |
| HSL | 13.55º | 0.89% | 0.07% | - |
| HSV(B) | 13.55º | 0.94% | 0.13% | - |
| XYZ | 0.74 | 0.52 | 0.12 | - |
| YUV | 15.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 2 | 0 | 0.73 | 0.94 | 0.87 | 13.55 | 0.89 | 0.07 |
| Hex | 21 | 9 | 2 | 0 | 49 | 5E | 57 | E | 59 | 7 |
| Octal | 41 | 11 | 2 | 0 | 111 | 136 | 127 | 16 | 131 | 7 |
| Binary | 100001 | 1001 | 10 | 0 | 1001001 | 1011110 | 1010111 | 1110 | 1011001 | 111 |
Color Harmonies of #210902
Complementary color
Monochromatic Colors of #210902
Black with #210902
Text Example
Text Example
White with #210902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210902; }
p { color: rgb(33,9,2); }
H1.HeaderClassName
{
color: #210902;
}
.AnyTagClassName
{
color: #210902;
}
</style>
background-color css
<style>
a { background-color: #210902; }
a { background-color: rgb(33,9,2); }
div.DivClassName
{
background-color: #210902;
}
.BgClassName
{
background-color: #210902;
}
</style>
border-color css
<style>
span { border-color: #210902; }
span { border-color: rgb(33,9,2); }
td.TdClassName
{
border-color: #210902;
}
.TagClassName
{
border-color: #210902;
}
</style>