Shades of Seal Brown #460D05
Tints of Seal Brown #460D05
RGB
CMYK
RGB Variations
Color information
#460D05 (or 0x460D05) is known color: Seal Brown. HEX triplet: 46, 0D and 05. RGB value is (70,13,5). Sum of RGB (Red+Green+Blue) = 70+13+5=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #460D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D05 is #B9F2FA. Grayscale: #1D1D1D. Windows color (decimal): -12186363 or 331078. OLE color: 331078.
HSL color Cylindrical-coordinate representation of color #460D05: hue angle of 7.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460D05 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 5 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.73 |
| HSL | 7.38º | 0.87% | 0.15% | - |
| HSV(B) | 7.38º | 0.93% | 0.27% | - |
| XYZ | 2.7 | 1.6 | 0.31 | - |
| YUV | 29.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 5 | 0 | 0.81 | 0.93 | 0.73 | 7.38 | 0.87 | 0.15 |
| Hex | 46 | D | 5 | 0 | 51 | 5D | 49 | 7 | 57 | F |
| Octal | 106 | 15 | 5 | 0 | 121 | 135 | 111 | 7 | 127 | 17 |
| Binary | 1000110 | 1101 | 101 | 0 | 1010001 | 1011101 | 1001001 | 111 | 1010111 | 1111 |
Color Harmonies of #460D05
Complementary color
Monochromatic Colors of #460D05
Black with #460D05
Text Example
Text Example
White with #460D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D05; }
p { color: rgb(70,13,5); }
H1.HeaderClassName
{
color: #460D05;
}
.AnyTagClassName
{
color: #460D05;
}
</style>
background-color css
<style>
a { background-color: #460D05; }
a { background-color: rgb(70,13,5); }
div.DivClassName
{
background-color: #460D05;
}
.BgClassName
{
background-color: #460D05;
}
</style>
border-color css
<style>
span { border-color: #460D05; }
span { border-color: rgb(70,13,5); }
td.TdClassName
{
border-color: #460D05;
}
.TagClassName
{
border-color: #460D05;
}
</style>