Shades of Seal Brown #46110C
Tints of Seal Brown #46110C
RGB
CMYK
RGB Variations
Color information
#46110C (or 0x46110C) is known color: Seal Brown. HEX triplet: 46, 11 and 0C. RGB value is (70,17,12). Sum of RGB (Red+Green+Blue) = 70+17+12=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #46110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46110C is #B9EEF3. Grayscale: #202020. Windows color (decimal): -12185332 or 790854. OLE color: 790854.
HSL color Cylindrical-coordinate representation of color #46110C: hue angle of 5.17º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46110C is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 12 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.73 |
| HSL | 5.17º | 0.71% | 0.16% | - |
| HSV(B) | 5.17º | 0.83% | 0.27% | - |
| XYZ | 2.79 | 1.73 | 0.53 | - |
| YUV | 32.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 12 | 0 | 0.76 | 0.83 | 0.73 | 5.17 | 0.71 | 0.16 |
| Hex | 46 | 11 | C | 0 | 4C | 53 | 49 | 5 | 47 | 10 |
| Octal | 106 | 21 | 14 | 0 | 114 | 123 | 111 | 5 | 107 | 20 |
| Binary | 1000110 | 10001 | 1100 | 0 | 1001100 | 1010011 | 1001001 | 101 | 1000111 | 10000 |
Color Harmonies of #46110C
Complementary color
Monochromatic Colors of #46110C
Black with #46110C
Text Example
Text Example
White with #46110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46110C; }
p { color: rgb(70,17,12); }
H1.HeaderClassName
{
color: #46110C;
}
.AnyTagClassName
{
color: #46110C;
}
</style>
background-color css
<style>
a { background-color: #46110C; }
a { background-color: rgb(70,17,12); }
div.DivClassName
{
background-color: #46110C;
}
.BgClassName
{
background-color: #46110C;
}
</style>
border-color css
<style>
span { border-color: #46110C; }
span { border-color: rgb(70,17,12); }
td.TdClassName
{
border-color: #46110C;
}
.TagClassName
{
border-color: #46110C;
}
</style>