Shades of Seal Brown #460C00
Tints of Seal Brown #460C00
RGB
CMYK
RGB Variations
Color information
#460C00 (or 0x460C00) is known color: Seal Brown. HEX triplet: 46, 0C and 00. RGB value is (70,12,0). Sum of RGB (Red+Green+Blue) = 70+12+0=82 (10% of max value = 765). Red value is 70 (27.73% from 255 or 85.37% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 70 - color contains mainly: red. Hex color #460C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C00 is #B9F3FF. Grayscale: #1C1C1C. Windows color (decimal): -12186624 or 3142. OLE color: 3142.
HSL color Cylindrical-coordinate representation of color #460C00: hue angle of 10.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460C00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 12 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.73 |
| HSL | 10.29º | 1% | 0.14% | - |
| HSV(B) | 10.29º | 1% | 0.27% | - |
| XYZ | 2.66 | 1.57 | 0.16 | - |
| YUV | 27.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 0 | 0 | 0.83 | 1 | 0.73 | 10.29 | 1 | 0.14 |
| Hex | 46 | C | 0 | 0 | 53 | 64 | 49 | A | 64 | E |
| Octal | 106 | 14 | 0 | 0 | 123 | 144 | 111 | 12 | 144 | 16 |
| Binary | 1000110 | 1100 | 0 | 0 | 1010011 | 1100100 | 1001001 | 1010 | 1100100 | 1110 |
Color Harmonies of #460C00
Complementary color
Monochromatic Colors of #460C00
Black with #460C00
Text Example
Text Example
White with #460C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C00; }
p { color: rgb(70,12,0); }
H1.HeaderClassName
{
color: #460C00;
}
.AnyTagClassName
{
color: #460C00;
}
</style>
background-color css
<style>
a { background-color: #460C00; }
a { background-color: rgb(70,12,0); }
div.DivClassName
{
background-color: #460C00;
}
.BgClassName
{
background-color: #460C00;
}
</style>
border-color css
<style>
span { border-color: #460C00; }
span { border-color: rgb(70,12,0); }
td.TdClassName
{
border-color: #460C00;
}
.TagClassName
{
border-color: #460C00;
}
</style>