Shades of Seal Brown #46120C
Tints of Seal Brown #46120C
RGB
CMYK
RGB Variations
Color information
#46120C (or 0x46120C) is known color: Seal Brown. HEX triplet: 46, 12 and 0C. RGB value is (70,18,12). Sum of RGB (Red+Green+Blue) = 70+18+12=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46120C is #B9EDF3. Grayscale: #202020. Windows color (decimal): -12185076 or 791110. OLE color: 791110.
HSL color Cylindrical-coordinate representation of color #46120C: hue angle of 6.21º 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 #46120C is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 12 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.73 |
| HSL | 6.21º | 0.71% | 0.16% | - |
| HSV(B) | 6.21º | 0.83% | 0.27% | - |
| XYZ | 2.81 | 1.76 | 0.54 | - |
| YUV | 32.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 12 | 0 | 0.74 | 0.83 | 0.73 | 6.21 | 0.71 | 0.16 |
| Hex | 46 | 12 | C | 0 | 4A | 53 | 49 | 6 | 47 | 10 |
| Octal | 106 | 22 | 14 | 0 | 112 | 123 | 111 | 6 | 107 | 20 |
| Binary | 1000110 | 10010 | 1100 | 0 | 1001010 | 1010011 | 1001001 | 110 | 1000111 | 10000 |
Color Harmonies of #46120C
Complementary color
Monochromatic Colors of #46120C
Black with #46120C
Text Example
Text Example
White with #46120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46120C; }
p { color: rgb(70,18,12); }
H1.HeaderClassName
{
color: #46120C;
}
.AnyTagClassName
{
color: #46120C;
}
</style>
background-color css
<style>
a { background-color: #46120C; }
a { background-color: rgb(70,18,12); }
div.DivClassName
{
background-color: #46120C;
}
.BgClassName
{
background-color: #46120C;
}
</style>
border-color css
<style>
span { border-color: #46120C; }
span { border-color: rgb(70,18,12); }
td.TdClassName
{
border-color: #46120C;
}
.TagClassName
{
border-color: #46120C;
}
</style>