Shades of Seal Brown #460C0B
Tints of Seal Brown #460C0B
RGB
CMYK
RGB Variations
Color information
#460C0B (or 0x460C0B) is known color: Seal Brown. HEX triplet: 46, 0C and 0B. RGB value is (70,12,11). Sum of RGB (Red+Green+Blue) = 70+12+11=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C0B is #B9F3F4. Grayscale: #1D1D1D. Windows color (decimal): -12186613 or 724038. OLE color: 724038.
HSL color Cylindrical-coordinate representation of color #460C0B: hue angle of 1.02º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460C0B is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 12 | 11 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.73 |
| HSL | 1.02º | 0.73% | 0.16% | - |
| HSV(B) | 1.02º | 0.84% | 0.27% | - |
| XYZ | 2.72 | 1.59 | 0.48 | - |
| YUV | 29.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 11 | 0 | 0.83 | 0.84 | 0.73 | 1.02 | 0.73 | 0.16 |
| Hex | 46 | C | B | 0 | 53 | 54 | 49 | 1 | 49 | 10 |
| Octal | 106 | 14 | 13 | 0 | 123 | 124 | 111 | 1 | 111 | 20 |
| Binary | 1000110 | 1100 | 1011 | 0 | 1010011 | 1010100 | 1001001 | 1 | 1001001 | 10000 |
Color Harmonies of #460C0B
Complementary color
Monochromatic Colors of #460C0B
Black with #460C0B
Text Example
Text Example
White with #460C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C0B; }
p { color: rgb(70,12,11); }
H1.HeaderClassName
{
color: #460C0B;
}
.AnyTagClassName
{
color: #460C0B;
}
</style>
background-color css
<style>
a { background-color: #460C0B; }
a { background-color: rgb(70,12,11); }
div.DivClassName
{
background-color: #460C0B;
}
.BgClassName
{
background-color: #460C0B;
}
</style>
border-color css
<style>
span { border-color: #460C0B; }
span { border-color: rgb(70,12,11); }
td.TdClassName
{
border-color: #460C0B;
}
.TagClassName
{
border-color: #460C0B;
}
</style>