Shades of Seal Brown #210601
Tints of Seal Brown #210601
RGB
CMYK
RGB Variations
Color information
#210601 (or 0x210601) is known color: Seal Brown. HEX triplet: 21, 06 and 01. RGB value is (33,6,1). Sum of RGB (Red+Green+Blue) = 33+6+1=40 (5% of max value = 765). Red value is 33 (13.28% from 255 or 82.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 33 - color contains mainly: red. Hex color #210601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210601 is #DEF9FE. Grayscale: #0D0D0D. Windows color (decimal): -14612991 or 67105. OLE color: 67105.
HSL color Cylindrical-coordinate representation of color #210601: hue angle of 9.38º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210601 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 1 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.87 |
| HSL | 9.38º | 0.94% | 0.07% | - |
| HSV(B) | 9.38º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 0.46 | 0.08 | - |
| YUV | 13.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 1 | 0 | 0.82 | 0.97 | 0.87 | 9.38 | 0.94 | 0.07 |
| Hex | 21 | 6 | 1 | 0 | 52 | 61 | 57 | 9 | 5E | 7 |
| Octal | 41 | 6 | 1 | 0 | 122 | 141 | 127 | 11 | 136 | 7 |
| Binary | 100001 | 110 | 1 | 0 | 1010010 | 1100001 | 1010111 | 1001 | 1011110 | 111 |
Color Harmonies of #210601
Complementary color
Monochromatic Colors of #210601
Black with #210601
Text Example
Text Example
White with #210601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210601; }
p { color: rgb(33,6,1); }
H1.HeaderClassName
{
color: #210601;
}
.AnyTagClassName
{
color: #210601;
}
</style>
background-color css
<style>
a { background-color: #210601; }
a { background-color: rgb(33,6,1); }
div.DivClassName
{
background-color: #210601;
}
.BgClassName
{
background-color: #210601;
}
</style>
border-color css
<style>
span { border-color: #210601; }
span { border-color: rgb(33,6,1); }
td.TdClassName
{
border-color: #210601;
}
.TagClassName
{
border-color: #210601;
}
</style>