Shades of Seal Brown #210905
Tints of Seal Brown #210905
RGB
CMYK
RGB Variations
Color information
#210905 (or 0x210905) is known color: Seal Brown. HEX triplet: 21, 09 and 05. RGB value is (33,9,5). Sum of RGB (Red+Green+Blue) = 33+9+5=47 (6% of max value = 765). Red value is 33 (13.28% from 255 or 70.21% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 33 - color contains mainly: red. Hex color #210905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210905 is #DEF6FA. Grayscale: #0F0F0F. Windows color (decimal): -14612219 or 330017. OLE color: 330017.
HSL color Cylindrical-coordinate representation of color #210905: hue angle of 8.57º 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 #210905 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 5 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.87 |
| HSL | 8.57º | 0.74% | 0.07% | - |
| HSV(B) | 8.57º | 0.85% | 0.13% | - |
| XYZ | 0.75 | 0.53 | 0.21 | - |
| YUV | 15.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 5 | 0 | 0.73 | 0.85 | 0.87 | 8.57 | 0.74 | 0.07 |
| Hex | 21 | 9 | 5 | 0 | 49 | 55 | 57 | 9 | 4A | 7 |
| Octal | 41 | 11 | 5 | 0 | 111 | 125 | 127 | 11 | 112 | 7 |
| Binary | 100001 | 1001 | 101 | 0 | 1001001 | 1010101 | 1010111 | 1001 | 1001010 | 111 |
Color Harmonies of #210905
Complementary color
Monochromatic Colors of #210905
Black with #210905
Text Example
Text Example
White with #210905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210905; }
p { color: rgb(33,9,5); }
H1.HeaderClassName
{
color: #210905;
}
.AnyTagClassName
{
color: #210905;
}
</style>
background-color css
<style>
a { background-color: #210905; }
a { background-color: rgb(33,9,5); }
div.DivClassName
{
background-color: #210905;
}
.BgClassName
{
background-color: #210905;
}
</style>
border-color css
<style>
span { border-color: #210905; }
span { border-color: rgb(33,9,5); }
td.TdClassName
{
border-color: #210905;
}
.TagClassName
{
border-color: #210905;
}
</style>