Shades of Seal Brown #46100B
Tints of Seal Brown #46100B
RGB
CMYK
RGB Variations
Color information
#46100B (or 0x46100B) is known color: Seal Brown. HEX triplet: 46, 10 and 0B. RGB value is (70,16,11). Sum of RGB (Red+Green+Blue) = 70+16+11=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #46100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46100B is #B9EFF4. Grayscale: #1F1F1F. Windows color (decimal): -12185589 or 725062. OLE color: 725062.
HSL color Cylindrical-coordinate representation of color #46100B: hue angle of 5.08º 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 #46100B is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 11 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.73 |
| HSL | 5.08º | 0.73% | 0.16% | - |
| HSV(B) | 5.08º | 0.84% | 0.27% | - |
| XYZ | 2.77 | 1.7 | 0.5 | - |
| YUV | 31.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 11 | 0 | 0.77 | 0.84 | 0.73 | 5.08 | 0.73 | 0.16 |
| Hex | 46 | 10 | B | 0 | 4D | 54 | 49 | 5 | 49 | 10 |
| Octal | 106 | 20 | 13 | 0 | 115 | 124 | 111 | 5 | 111 | 20 |
| Binary | 1000110 | 10000 | 1011 | 0 | 1001101 | 1010100 | 1001001 | 101 | 1001001 | 10000 |
Color Harmonies of #46100B
Complementary color
Monochromatic Colors of #46100B
Black with #46100B
Text Example
Text Example
White with #46100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46100B; }
p { color: rgb(70,16,11); }
H1.HeaderClassName
{
color: #46100B;
}
.AnyTagClassName
{
color: #46100B;
}
</style>
background-color css
<style>
a { background-color: #46100B; }
a { background-color: rgb(70,16,11); }
div.DivClassName
{
background-color: #46100B;
}
.BgClassName
{
background-color: #46100B;
}
</style>
border-color css
<style>
span { border-color: #46100B; }
span { border-color: rgb(70,16,11); }
td.TdClassName
{
border-color: #46100B;
}
.TagClassName
{
border-color: #46100B;
}
</style>