Shades of Seal Brown #460201
Tints of Seal Brown #460201
RGB
CMYK
RGB Variations
Color information
#460201 (or 0x460201) is known color: Seal Brown. HEX triplet: 46, 02 and 01. RGB value is (70,2,1). Sum of RGB (Red+Green+Blue) = 70+2+1=73 (9% of max value = 765). Red value is 70 (27.73% from 255 or 95.89% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 70 - color contains mainly: red. Hex color #460201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460201 is #B9FDFE. Grayscale: #161616. Windows color (decimal): -12189183 or 66118. OLE color: 66118.
HSL color Cylindrical-coordinate representation of color #460201: hue angle of 0.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460201 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.73 |
| HSL | 0.87º | 0.97% | 0.14% | - |
| HSV(B) | 0.87º | 0.99% | 0.27% | - |
| XYZ | 2.55 | 1.35 | 0.15 | - |
| YUV | 22.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 1 | 0 | 0.97 | 0.99 | 0.73 | 0.87 | 0.97 | 0.14 |
| Hex | 46 | 2 | 1 | 0 | 61 | 63 | 49 | 1 | 61 | E |
| Octal | 106 | 2 | 1 | 0 | 141 | 143 | 111 | 1 | 141 | 16 |
| Binary | 1000110 | 10 | 1 | 0 | 1100001 | 1100011 | 1001001 | 1 | 1100001 | 1110 |
Color Harmonies of #460201
Complementary color
Monochromatic Colors of #460201
Black with #460201
Text Example
Text Example
White with #460201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460201; }
p { color: rgb(70,2,1); }
H1.HeaderClassName
{
color: #460201;
}
.AnyTagClassName
{
color: #460201;
}
</style>
background-color css
<style>
a { background-color: #460201; }
a { background-color: rgb(70,2,1); }
div.DivClassName
{
background-color: #460201;
}
.BgClassName
{
background-color: #460201;
}
</style>
border-color css
<style>
span { border-color: #460201; }
span { border-color: rgb(70,2,1); }
td.TdClassName
{
border-color: #460201;
}
.TagClassName
{
border-color: #460201;
}
</style>