Shades of Seal Brown #210805
Tints of Seal Brown #210805
RGB
CMYK
RGB Variations
Color information
#210805 (or 0x210805) is known color: Seal Brown. HEX triplet: 21, 08 and 05. RGB value is (33,8,5). Sum of RGB (Red+Green+Blue) = 33+8+5=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #210805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210805 is #DEF7FA. Grayscale: #0F0F0F. Windows color (decimal): -14612475 or 329761. OLE color: 329761.
HSL color Cylindrical-coordinate representation of color #210805: hue angle of 6.43º 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 #210805 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 8 | 5 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.87 |
| HSL | 6.43º | 0.74% | 0.07% | - |
| HSV(B) | 6.43º | 0.85% | 0.13% | - |
| XYZ | 0.74 | 0.51 | 0.2 | - |
| YUV | 15.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 5 | 0 | 0.76 | 0.85 | 0.87 | 6.43 | 0.74 | 0.07 |
| Hex | 21 | 8 | 5 | 0 | 4C | 55 | 57 | 6 | 4A | 7 |
| Octal | 41 | 10 | 5 | 0 | 114 | 125 | 127 | 6 | 112 | 7 |
| Binary | 100001 | 1000 | 101 | 0 | 1001100 | 1010101 | 1010111 | 110 | 1001010 | 111 |
Color Harmonies of #210805
Complementary color
Monochromatic Colors of #210805
Black with #210805
Text Example
Text Example
White with #210805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210805; }
p { color: rgb(33,8,5); }
H1.HeaderClassName
{
color: #210805;
}
.AnyTagClassName
{
color: #210805;
}
</style>
background-color css
<style>
a { background-color: #210805; }
a { background-color: rgb(33,8,5); }
div.DivClassName
{
background-color: #210805;
}
.BgClassName
{
background-color: #210805;
}
</style>
border-color css
<style>
span { border-color: #210805; }
span { border-color: rgb(33,8,5); }
td.TdClassName
{
border-color: #210805;
}
.TagClassName
{
border-color: #210805;
}
</style>