Shades of Seal Brown #21110A
Tints of Seal Brown #21110A
RGB
CMYK
RGB Variations
Color information
#21110A (or 0x21110A) is known color: Seal Brown. HEX triplet: 21, 11 and 0A. RGB value is (33,17,10). Sum of RGB (Red+Green+Blue) = 33+17+10=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #21110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21110A is #DEEEF5. Grayscale: #151515. Windows color (decimal): -14610166 or 659745. OLE color: 659745.
HSL color Cylindrical-coordinate representation of color #21110A: hue angle of 18.26º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21110A is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 17 | 10 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.87 |
| HSL | 18.26º | 0.53% | 0.08% | - |
| HSV(B) | 18.26º | 0.7% | 0.13% | - |
| XYZ | 0.88 | 0.75 | 0.38 | - |
| YUV | 20.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 10 | 0 | 0.48 | 0.70 | 0.87 | 18.26 | 0.53 | 0.08 |
| Hex | 21 | 11 | A | 0 | 30 | 46 | 57 | 12 | 35 | 8 |
| Octal | 41 | 21 | 12 | 0 | 60 | 106 | 127 | 22 | 65 | 10 |
| Binary | 100001 | 10001 | 1010 | 0 | 110000 | 1000110 | 1010111 | 10010 | 110101 | 1000 |
Color Harmonies of #21110A
Complementary color
Monochromatic Colors of #21110A
Black with #21110A
Text Example
Text Example
White with #21110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21110A; }
p { color: rgb(33,17,10); }
H1.HeaderClassName
{
color: #21110A;
}
.AnyTagClassName
{
color: #21110A;
}
</style>
background-color css
<style>
a { background-color: #21110A; }
a { background-color: rgb(33,17,10); }
div.DivClassName
{
background-color: #21110A;
}
.BgClassName
{
background-color: #21110A;
}
</style>
border-color css
<style>
span { border-color: #21110A; }
span { border-color: rgb(33,17,10); }
td.TdClassName
{
border-color: #21110A;
}
.TagClassName
{
border-color: #21110A;
}
</style>