Shades of Seal Brown #46100D
Tints of Seal Brown #46100D
RGB
CMYK
RGB Variations
Color information
#46100D (or 0x46100D) is known color: Seal Brown. HEX triplet: 46, 10 and 0D. RGB value is (70,16,13). Sum of RGB (Red+Green+Blue) = 70+16+13=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #46100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46100D is #B9EFF2. Grayscale: #1F1F1F. Windows color (decimal): -12185587 or 856134. OLE color: 856134.
HSL color Cylindrical-coordinate representation of color #46100D: hue angle of 3.16º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46100D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 13 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.73 |
| HSL | 3.16º | 0.69% | 0.16% | - |
| HSV(B) | 3.16º | 0.81% | 0.27% | - |
| XYZ | 2.78 | 1.7 | 0.56 | - |
| YUV | 31.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 13 | 0 | 0.77 | 0.81 | 0.73 | 3.16 | 0.69 | 0.16 |
| Hex | 46 | 10 | D | 0 | 4D | 51 | 49 | 3 | 45 | 10 |
| Octal | 106 | 20 | 15 | 0 | 115 | 121 | 111 | 3 | 105 | 20 |
| Binary | 1000110 | 10000 | 1101 | 0 | 1001101 | 1010001 | 1001001 | 11 | 1000101 | 10000 |
Color Harmonies of #46100D
Complementary color
Monochromatic Colors of #46100D
Black with #46100D
Text Example
Text Example
White with #46100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46100D; }
p { color: rgb(70,16,13); }
H1.HeaderClassName
{
color: #46100D;
}
.AnyTagClassName
{
color: #46100D;
}
</style>
background-color css
<style>
a { background-color: #46100D; }
a { background-color: rgb(70,16,13); }
div.DivClassName
{
background-color: #46100D;
}
.BgClassName
{
background-color: #46100D;
}
</style>
border-color css
<style>
span { border-color: #46100D; }
span { border-color: rgb(70,16,13); }
td.TdClassName
{
border-color: #46100D;
}
.TagClassName
{
border-color: #46100D;
}
</style>