Shades of Seal Brown #210F05
Tints of Seal Brown #210F05
RGB
CMYK
RGB Variations
Color information
#210F05 (or 0x210F05) is known color: Seal Brown. HEX triplet: 21, 0F and 05. RGB value is (33,15,5). Sum of RGB (Red+Green+Blue) = 33+15+5=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F05 is #DEF0FA. Grayscale: #131313. Windows color (decimal): -14610683 or 331553. OLE color: 331553.
HSL color Cylindrical-coordinate representation of color #210F05: hue angle of 21.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 #210F05 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 5 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.87 |
| HSL | 21.43º | 0.74% | 0.07% | - |
| HSV(B) | 21.43º | 0.85% | 0.13% | - |
| XYZ | 0.83 | 0.68 | 0.23 | - |
| YUV | 19.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 5 | 0 | 0.55 | 0.85 | 0.87 | 21.43 | 0.74 | 0.07 |
| Hex | 21 | F | 5 | 0 | 37 | 55 | 57 | 15 | 4A | 7 |
| Octal | 41 | 17 | 5 | 0 | 67 | 125 | 127 | 25 | 112 | 7 |
| Binary | 100001 | 1111 | 101 | 0 | 110111 | 1010101 | 1010111 | 10101 | 1001010 | 111 |
Color Harmonies of #210F05
Complementary color
Monochromatic Colors of #210F05
Black with #210F05
Text Example
Text Example
White with #210F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F05; }
p { color: rgb(33,15,5); }
H1.HeaderClassName
{
color: #210F05;
}
.AnyTagClassName
{
color: #210F05;
}
</style>
background-color css
<style>
a { background-color: #210F05; }
a { background-color: rgb(33,15,5); }
div.DivClassName
{
background-color: #210F05;
}
.BgClassName
{
background-color: #210F05;
}
</style>
border-color css
<style>
span { border-color: #210F05; }
span { border-color: rgb(33,15,5); }
td.TdClassName
{
border-color: #210F05;
}
.TagClassName
{
border-color: #210F05;
}
</style>