Shades of Seal Brown #210B07
Tints of Seal Brown #210B07
RGB
CMYK
RGB Variations
Color information
#210B07 (or 0x210B07) is known color: Seal Brown. HEX triplet: 21, 0B and 07. RGB value is (33,11,7). Sum of RGB (Red+Green+Blue) = 33+11+7=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #210B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B07 is #DEF4F8. Grayscale: #111111. Windows color (decimal): -14611705 or 461601. OLE color: 461601.
HSL color Cylindrical-coordinate representation of color #210B07: hue angle of 9.23º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210B07 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 7 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.87 |
| HSL | 9.23º | 0.65% | 0.08% | - |
| HSV(B) | 9.23º | 0.79% | 0.13% | - |
| XYZ | 0.79 | 0.58 | 0.27 | - |
| YUV | 17.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 7 | 0 | 0.67 | 0.79 | 0.87 | 9.23 | 0.65 | 0.08 |
| Hex | 21 | B | 7 | 0 | 43 | 4F | 57 | 9 | 41 | 8 |
| Octal | 41 | 13 | 7 | 0 | 103 | 117 | 127 | 11 | 101 | 10 |
| Binary | 100001 | 1011 | 111 | 0 | 1000011 | 1001111 | 1010111 | 1001 | 1000001 | 1000 |
Color Harmonies of #210B07
Complementary color
Monochromatic Colors of #210B07
Black with #210B07
Text Example
Text Example
White with #210B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B07; }
p { color: rgb(33,11,7); }
H1.HeaderClassName
{
color: #210B07;
}
.AnyTagClassName
{
color: #210B07;
}
</style>
background-color css
<style>
a { background-color: #210B07; }
a { background-color: rgb(33,11,7); }
div.DivClassName
{
background-color: #210B07;
}
.BgClassName
{
background-color: #210B07;
}
</style>
border-color css
<style>
span { border-color: #210B07; }
span { border-color: rgb(33,11,7); }
td.TdClassName
{
border-color: #210B07;
}
.TagClassName
{
border-color: #210B07;
}
</style>