Shades of Seal Brown #21100F
Tints of Seal Brown #21100F
RGB
CMYK
RGB Variations
Color information
#21100F (or 0x21100F) is known color: Seal Brown. HEX triplet: 21, 10 and 0F. RGB value is (33,16,15). Sum of RGB (Red+Green+Blue) = 33+16+15=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21100F is #DEEFF0. Grayscale: #141414. Windows color (decimal): -14610417 or 987169. OLE color: 987169.
HSL color Cylindrical-coordinate representation of color #21100F: hue angle of 3.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21100F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 15 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.87 |
| HSL | 3.33º | 0.38% | 0.09% | - |
| HSV(B) | 3.33º | 0.55% | 0.13% | - |
| XYZ | 0.9 | 0.73 | 0.55 | - |
| YUV | 20.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 15 | 0 | 0.52 | 0.55 | 0.87 | 3.33 | 0.38 | 0.09 |
| Hex | 21 | 10 | F | 0 | 34 | 37 | 57 | 3 | 26 | 9 |
| Octal | 41 | 20 | 17 | 0 | 64 | 67 | 127 | 3 | 46 | 11 |
| Binary | 100001 | 10000 | 1111 | 0 | 110100 | 110111 | 1010111 | 11 | 100110 | 1001 |
Color Harmonies of #21100F
Complementary color
Monochromatic Colors of #21100F
Black with #21100F
Text Example
Text Example
White with #21100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21100F; }
p { color: rgb(33,16,15); }
H1.HeaderClassName
{
color: #21100F;
}
.AnyTagClassName
{
color: #21100F;
}
</style>
background-color css
<style>
a { background-color: #21100F; }
a { background-color: rgb(33,16,15); }
div.DivClassName
{
background-color: #21100F;
}
.BgClassName
{
background-color: #21100F;
}
</style>
border-color css
<style>
span { border-color: #21100F; }
span { border-color: rgb(33,16,15); }
td.TdClassName
{
border-color: #21100F;
}
.TagClassName
{
border-color: #21100F;
}
</style>