Shades of Seal Brown #460C01
Tints of Seal Brown #460C01
RGB
CMYK
RGB Variations
Color information
#460C01 (or 0x460C01) is known color: Seal Brown. HEX triplet: 46, 0C and 01. RGB value is (70,12,1). Sum of RGB (Red+Green+Blue) = 70+12+1=83 (10% of max value = 765). Red value is 70 (27.73% from 255 or 84.34% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 70 - color contains mainly: red. Hex color #460C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C01 is #B9F3FE. Grayscale: #1C1C1C. Windows color (decimal): -12186623 or 68678. OLE color: 68678.
HSL color Cylindrical-coordinate representation of color #460C01: hue angle of 9.57º 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 #460C01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 12 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.73 |
| HSL | 9.57º | 0.97% | 0.14% | - |
| HSV(B) | 9.57º | 0.99% | 0.27% | - |
| XYZ | 2.66 | 1.57 | 0.19 | - |
| YUV | 28.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 1 | 0 | 0.83 | 0.99 | 0.73 | 9.57 | 0.97 | 0.14 |
| Hex | 46 | C | 1 | 0 | 53 | 63 | 49 | A | 61 | E |
| Octal | 106 | 14 | 1 | 0 | 123 | 143 | 111 | 12 | 141 | 16 |
| Binary | 1000110 | 1100 | 1 | 0 | 1010011 | 1100011 | 1001001 | 1010 | 1100001 | 1110 |
Color Harmonies of #460C01
Complementary color
Monochromatic Colors of #460C01
Black with #460C01
Text Example
Text Example
White with #460C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C01; }
p { color: rgb(70,12,1); }
H1.HeaderClassName
{
color: #460C01;
}
.AnyTagClassName
{
color: #460C01;
}
</style>
background-color css
<style>
a { background-color: #460C01; }
a { background-color: rgb(70,12,1); }
div.DivClassName
{
background-color: #460C01;
}
.BgClassName
{
background-color: #460C01;
}
</style>
border-color css
<style>
span { border-color: #460C01; }
span { border-color: rgb(70,12,1); }
td.TdClassName
{
border-color: #460C01;
}
.TagClassName
{
border-color: #460C01;
}
</style>