Shades of Seal Brown #210700
Tints of Seal Brown #210700
RGB
CMYK
RGB Variations
Color information
#210700 (or 0x210700) is known color: Seal Brown. HEX triplet: 21, 07 and 00. RGB value is (33,7,0). Sum of RGB (Red+Green+Blue) = 33+7+0=40 (5% of max value = 765). Red value is 33 (13.28% from 255 or 82.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 33 - color contains mainly: red. Hex color #210700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210700 is #DEF8FF. Grayscale: #0E0E0E. Windows color (decimal): -14612736 or 1825. OLE color: 1825.
HSL color Cylindrical-coordinate representation of color #210700: hue angle of 12.73º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210700 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.87 |
| HSL | 12.73º | 1% | 0.06% | - |
| HSV(B) | 12.73º | 1% | 0.13% | - |
| XYZ | 0.7 | 0.48 | 0.05 | - |
| YUV | 13.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 0 | 0 | 0.79 | 1 | 0.87 | 12.73 | 1 | 0.06 |
| Hex | 21 | 7 | 0 | 0 | 4F | 64 | 57 | D | 64 | 6 |
| Octal | 41 | 7 | 0 | 0 | 117 | 144 | 127 | 15 | 144 | 6 |
| Binary | 100001 | 111 | 0 | 0 | 1001111 | 1100100 | 1010111 | 1101 | 1100100 | 110 |
Color Harmonies of #210700
Complementary color
Monochromatic Colors of #210700
Black with #210700
Text Example
Text Example
White with #210700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210700; }
p { color: rgb(33,7,0); }
H1.HeaderClassName
{
color: #210700;
}
.AnyTagClassName
{
color: #210700;
}
</style>
background-color css
<style>
a { background-color: #210700; }
a { background-color: rgb(33,7,0); }
div.DivClassName
{
background-color: #210700;
}
.BgClassName
{
background-color: #210700;
}
</style>
border-color css
<style>
span { border-color: #210700; }
span { border-color: rgb(33,7,0); }
td.TdClassName
{
border-color: #210700;
}
.TagClassName
{
border-color: #210700;
}
</style>