Shades of Seal Brown #210F0B
Tints of Seal Brown #210F0B
RGB
CMYK
RGB Variations
Color information
#210F0B (or 0x210F0B) is known color: Seal Brown. HEX triplet: 21, 0F and 0B. RGB value is (33,15,11). Sum of RGB (Red+Green+Blue) = 33+15+11=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F0B is #DEF0F4. Grayscale: #131313. Windows color (decimal): -14610677 or 724769. OLE color: 724769.
HSL color Cylindrical-coordinate representation of color #210F0B: hue angle of 10.91º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210F0B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 11 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.87 |
| HSL | 10.91º | 0.5% | 0.09% | - |
| HSV(B) | 10.91º | 0.67% | 0.13% | - |
| XYZ | 0.86 | 0.69 | 0.4 | - |
| YUV | 19.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 11 | 0 | 0.55 | 0.67 | 0.87 | 10.91 | 0.5 | 0.09 |
| Hex | 21 | F | B | 0 | 37 | 43 | 57 | B | 32 | 9 |
| Octal | 41 | 17 | 13 | 0 | 67 | 103 | 127 | 13 | 62 | 11 |
| Binary | 100001 | 1111 | 1011 | 0 | 110111 | 1000011 | 1010111 | 1011 | 110010 | 1001 |
Color Harmonies of #210F0B
Complementary color
Monochromatic Colors of #210F0B
Black with #210F0B
Text Example
Text Example
White with #210F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F0B; }
p { color: rgb(33,15,11); }
H1.HeaderClassName
{
color: #210F0B;
}
.AnyTagClassName
{
color: #210F0B;
}
</style>
background-color css
<style>
a { background-color: #210F0B; }
a { background-color: rgb(33,15,11); }
div.DivClassName
{
background-color: #210F0B;
}
.BgClassName
{
background-color: #210F0B;
}
</style>
border-color css
<style>
span { border-color: #210F0B; }
span { border-color: rgb(33,15,11); }
td.TdClassName
{
border-color: #210F0B;
}
.TagClassName
{
border-color: #210F0B;
}
</style>