Shades of Seal Brown #460101
Tints of Seal Brown #460101
RGB
CMYK
RGB Variations
Color information
#460101 (or 0x460101) is known color: Seal Brown. HEX triplet: 46, 01 and 01. RGB value is (70,1,1). Sum of RGB (Red+Green+Blue) = 70+1+1=72 (9% of max value = 765). Red value is 70 (27.73% from 255 or 97.22% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 70 - color contains mainly: red. Hex color #460101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460101 is #B9FEFE. Grayscale: #151515. Windows color (decimal): -12189439 or 65862. OLE color: 65862.
HSL color Cylindrical-coordinate representation of color #460101: hue angle of 0º 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 #460101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.73 |
| HSL | 0º | 0.97% | 0.14% | - |
| HSV(B) | 0º | 0.99% | 0.27% | - |
| XYZ | 2.54 | 1.33 | 0.15 | - |
| YUV | 21.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 1 | 0 | 0.99 | 0.99 | 0.73 | 0 | 0.97 | 0.14 |
| Hex | 46 | 1 | 1 | 0 | 63 | 63 | 49 | 0 | 61 | E |
| Octal | 106 | 1 | 1 | 0 | 143 | 143 | 111 | 0 | 141 | 16 |
| Binary | 1000110 | 1 | 1 | 0 | 1100011 | 1100011 | 1001001 | 0 | 1100001 | 1110 |
Color Harmonies of #460101
Complementary color
Monochromatic Colors of #460101
Black with #460101
Text Example
Text Example
White with #460101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460101; }
p { color: rgb(70,1,1); }
H1.HeaderClassName
{
color: #460101;
}
.AnyTagClassName
{
color: #460101;
}
</style>
background-color css
<style>
a { background-color: #460101; }
a { background-color: rgb(70,1,1); }
div.DivClassName
{
background-color: #460101;
}
.BgClassName
{
background-color: #460101;
}
</style>
border-color css
<style>
span { border-color: #460101; }
span { border-color: rgb(70,1,1); }
td.TdClassName
{
border-color: #460101;
}
.TagClassName
{
border-color: #460101;
}
</style>