Shades of Seal Brown #21100D
Tints of Seal Brown #21100D
RGB
CMYK
RGB Variations
Color information
#21100D (or 0x21100D) is known color: Seal Brown. HEX triplet: 21, 10 and 0D. RGB value is (33,16,13). Sum of RGB (Red+Green+Blue) = 33+16+13=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #21100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21100D is #DEEFF2. Grayscale: #141414. Windows color (decimal): -14610419 or 856097. OLE color: 856097.
HSL color Cylindrical-coordinate representation of color #21100D: hue angle of 9º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21100D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 13 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.87 |
| HSL | 9º | 0.43% | 0.09% | - |
| HSV(B) | 9º | 0.61% | 0.13% | - |
| XYZ | 0.89 | 0.72 | 0.47 | - |
| YUV | 20.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 13 | 0 | 0.52 | 0.61 | 0.87 | 9 | 0.43 | 0.09 |
| Hex | 21 | 10 | D | 0 | 34 | 3D | 57 | 9 | 2B | 9 |
| Octal | 41 | 20 | 15 | 0 | 64 | 75 | 127 | 11 | 53 | 11 |
| Binary | 100001 | 10000 | 1101 | 0 | 110100 | 111101 | 1010111 | 1001 | 101011 | 1001 |
Color Harmonies of #21100D
Complementary color
Monochromatic Colors of #21100D
Black with #21100D
Text Example
Text Example
White with #21100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21100D; }
p { color: rgb(33,16,13); }
H1.HeaderClassName
{
color: #21100D;
}
.AnyTagClassName
{
color: #21100D;
}
</style>
background-color css
<style>
a { background-color: #21100D; }
a { background-color: rgb(33,16,13); }
div.DivClassName
{
background-color: #21100D;
}
.BgClassName
{
background-color: #21100D;
}
</style>
border-color css
<style>
span { border-color: #21100D; }
span { border-color: rgb(33,16,13); }
td.TdClassName
{
border-color: #21100D;
}
.TagClassName
{
border-color: #21100D;
}
</style>