Shades of Seal Brown #210504
Tints of Seal Brown #210504
RGB
CMYK
RGB Variations
Color information
#210504 (or 0x210504) is known color: Seal Brown. HEX triplet: 21, 05 and 04. RGB value is (33,5,4). Sum of RGB (Red+Green+Blue) = 33+5+4=42 (5% of max value = 765). Red value is 33 (13.28% from 255 or 78.57% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 33 - color contains mainly: red. Hex color #210504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210504 is #DEFAFB. Grayscale: #0D0D0D. Windows color (decimal): -14613244 or 263457. OLE color: 263457.
HSL color Cylindrical-coordinate representation of color #210504: hue angle of 2.07º 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 #210504 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 4 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.87 |
| HSL | 2.07º | 0.78% | 0.07% | - |
| HSV(B) | 2.07º | 0.88% | 0.13% | - |
| XYZ | 0.7 | 0.44 | 0.16 | - |
| YUV | 13.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 4 | 0 | 0.85 | 0.88 | 0.87 | 2.07 | 0.78 | 0.07 |
| Hex | 21 | 5 | 4 | 0 | 55 | 58 | 57 | 2 | 4E | 7 |
| Octal | 41 | 5 | 4 | 0 | 125 | 130 | 127 | 2 | 116 | 7 |
| Binary | 100001 | 101 | 100 | 0 | 1010101 | 1011000 | 1010111 | 10 | 1001110 | 111 |
Color Harmonies of #210504
Complementary color
Monochromatic Colors of #210504
Black with #210504
Text Example
Text Example
White with #210504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210504; }
p { color: rgb(33,5,4); }
H1.HeaderClassName
{
color: #210504;
}
.AnyTagClassName
{
color: #210504;
}
</style>
background-color css
<style>
a { background-color: #210504; }
a { background-color: rgb(33,5,4); }
div.DivClassName
{
background-color: #210504;
}
.BgClassName
{
background-color: #210504;
}
</style>
border-color css
<style>
span { border-color: #210504; }
span { border-color: rgb(33,5,4); }
td.TdClassName
{
border-color: #210504;
}
.TagClassName
{
border-color: #210504;
}
</style>