Shades of Seal Brown #460D07
Tints of Seal Brown #460D07
RGB
CMYK
RGB Variations
Color information
#460D07 (or 0x460D07) is known color: Seal Brown. HEX triplet: 46, 0D and 07. RGB value is (70,13,7). Sum of RGB (Red+Green+Blue) = 70+13+7=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D07 is #B9F2F8. Grayscale: #1D1D1D. Windows color (decimal): -12186361 or 462150. OLE color: 462150.
HSL color Cylindrical-coordinate representation of color #460D07: hue angle of 5.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460D07 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 7 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.73 |
| HSL | 5.71º | 0.82% | 0.15% | - |
| HSV(B) | 5.71º | 0.9% | 0.27% | - |
| XYZ | 2.71 | 1.61 | 0.37 | - |
| YUV | 29.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 7 | 0 | 0.81 | 0.90 | 0.73 | 5.71 | 0.82 | 0.15 |
| Hex | 46 | D | 7 | 0 | 51 | 5A | 49 | 6 | 52 | F |
| Octal | 106 | 15 | 7 | 0 | 121 | 132 | 111 | 6 | 122 | 17 |
| Binary | 1000110 | 1101 | 111 | 0 | 1010001 | 1011010 | 1001001 | 110 | 1010010 | 1111 |
Color Harmonies of #460D07
Complementary color
Monochromatic Colors of #460D07
Black with #460D07
Text Example
Text Example
White with #460D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D07; }
p { color: rgb(70,13,7); }
H1.HeaderClassName
{
color: #460D07;
}
.AnyTagClassName
{
color: #460D07;
}
</style>
background-color css
<style>
a { background-color: #460D07; }
a { background-color: rgb(70,13,7); }
div.DivClassName
{
background-color: #460D07;
}
.BgClassName
{
background-color: #460D07;
}
</style>
border-color css
<style>
span { border-color: #460D07; }
span { border-color: rgb(70,13,7); }
td.TdClassName
{
border-color: #460D07;
}
.TagClassName
{
border-color: #460D07;
}
</style>