Shades of Seal Brown #46150C
Tints of Seal Brown #46150C
RGB
CMYK
RGB Variations
Color information
#46150C (or 0x46150C) is known color: Seal Brown. HEX triplet: 46, 15 and 0C. RGB value is (70,21,12). Sum of RGB (Red+Green+Blue) = 70+21+12=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46150C is #B9EAF3. Grayscale: #222222. Windows color (decimal): -12184308 or 791878. OLE color: 791878.
HSL color Cylindrical-coordinate representation of color #46150C: hue angle of 9.31º 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 #46150C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 12 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.73 |
| HSL | 9.31º | 0.71% | 0.16% | - |
| HSV(B) | 9.31º | 0.83% | 0.27% | - |
| XYZ | 2.86 | 1.86 | 0.56 | - |
| YUV | 34.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 12 | 0 | 0.70 | 0.83 | 0.73 | 9.31 | 0.71 | 0.16 |
| Hex | 46 | 15 | C | 0 | 46 | 53 | 49 | 9 | 47 | 10 |
| Octal | 106 | 25 | 14 | 0 | 106 | 123 | 111 | 11 | 107 | 20 |
| Binary | 1000110 | 10101 | 1100 | 0 | 1000110 | 1010011 | 1001001 | 1001 | 1000111 | 10000 |
Color Harmonies of #46150C
Complementary color
Monochromatic Colors of #46150C
Black with #46150C
Text Example
Text Example
White with #46150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46150C; }
p { color: rgb(70,21,12); }
H1.HeaderClassName
{
color: #46150C;
}
.AnyTagClassName
{
color: #46150C;
}
</style>
background-color css
<style>
a { background-color: #46150C; }
a { background-color: rgb(70,21,12); }
div.DivClassName
{
background-color: #46150C;
}
.BgClassName
{
background-color: #46150C;
}
</style>
border-color css
<style>
span { border-color: #46150C; }
span { border-color: rgb(70,21,12); }
td.TdClassName
{
border-color: #46150C;
}
.TagClassName
{
border-color: #46150C;
}
</style>