Shades of Seal Brown #460F0B
Tints of Seal Brown #460F0B
RGB
CMYK
RGB Variations
Color information
#460F0B (or 0x460F0B) is known color: Seal Brown. HEX triplet: 46, 0F and 0B. RGB value is (70,15,11). Sum of RGB (Red+Green+Blue) = 70+15+11=96 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.92% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 70 - color contains mainly: red. Hex color #460F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460F0B is #B9F0F4. Grayscale: #1F1F1F. Windows color (decimal): -12185845 or 724806. OLE color: 724806.
HSL color Cylindrical-coordinate representation of color #460F0B: hue angle of 4.07º 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 #460F0B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 11 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.73 |
| HSL | 4.07º | 0.73% | 0.16% | - |
| HSV(B) | 4.07º | 0.84% | 0.27% | - |
| XYZ | 2.76 | 1.67 | 0.49 | - |
| YUV | 30.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 11 | 0 | 0.79 | 0.84 | 0.73 | 4.07 | 0.73 | 0.16 |
| Hex | 46 | F | B | 0 | 4F | 54 | 49 | 4 | 49 | 10 |
| Octal | 106 | 17 | 13 | 0 | 117 | 124 | 111 | 4 | 111 | 20 |
| Binary | 1000110 | 1111 | 1011 | 0 | 1001111 | 1010100 | 1001001 | 100 | 1001001 | 10000 |
Color Harmonies of #460F0B
Complementary color
Monochromatic Colors of #460F0B
Black with #460F0B
Text Example
Text Example
White with #460F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F0B; }
p { color: rgb(70,15,11); }
H1.HeaderClassName
{
color: #460F0B;
}
.AnyTagClassName
{
color: #460F0B;
}
</style>
background-color css
<style>
a { background-color: #460F0B; }
a { background-color: rgb(70,15,11); }
div.DivClassName
{
background-color: #460F0B;
}
.BgClassName
{
background-color: #460F0B;
}
</style>
border-color css
<style>
span { border-color: #460F0B; }
span { border-color: rgb(70,15,11); }
td.TdClassName
{
border-color: #460F0B;
}
.TagClassName
{
border-color: #460F0B;
}
</style>