Shades of Seal Brown #210C04
Tints of Seal Brown #210C04
RGB
CMYK
RGB Variations
Color information
#210C04 (or 0x210C04) is known color: Seal Brown. HEX triplet: 21, 0C and 04. RGB value is (33,12,4). Sum of RGB (Red+Green+Blue) = 33+12+4=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #210C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C04 is #DEF3FB. Grayscale: #111111. Windows color (decimal): -14611452 or 265249. OLE color: 265249.
HSL color Cylindrical-coordinate representation of color #210C04: hue angle of 16.55º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210C04 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 12 | 4 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.87 |
| HSL | 16.55º | 0.78% | 0.07% | - |
| HSV(B) | 16.55º | 0.88% | 0.13% | - |
| XYZ | 0.78 | 0.6 | 0.19 | - |
| YUV | 17.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 4 | 0 | 0.64 | 0.88 | 0.87 | 16.55 | 0.78 | 0.07 |
| Hex | 21 | C | 4 | 0 | 40 | 58 | 57 | 11 | 4E | 7 |
| Octal | 41 | 14 | 4 | 0 | 100 | 130 | 127 | 21 | 116 | 7 |
| Binary | 100001 | 1100 | 100 | 0 | 1000000 | 1011000 | 1010111 | 10001 | 1001110 | 111 |
Color Harmonies of #210C04
Complementary color
Monochromatic Colors of #210C04
Black with #210C04
Text Example
Text Example
White with #210C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C04; }
p { color: rgb(33,12,4); }
H1.HeaderClassName
{
color: #210C04;
}
.AnyTagClassName
{
color: #210C04;
}
</style>
background-color css
<style>
a { background-color: #210C04; }
a { background-color: rgb(33,12,4); }
div.DivClassName
{
background-color: #210C04;
}
.BgClassName
{
background-color: #210C04;
}
</style>
border-color css
<style>
span { border-color: #210C04; }
span { border-color: rgb(33,12,4); }
td.TdClassName
{
border-color: #210C04;
}
.TagClassName
{
border-color: #210C04;
}
</style>