Shades of Seal Brown #460900
Tints of Seal Brown #460900
RGB
CMYK
RGB Variations
Color information
#460900 (or 0x460900) is known color: Seal Brown. HEX triplet: 46, 09 and 00. RGB value is (70,9,0). Sum of RGB (Red+Green+Blue) = 70+9+0=79 (10% of max value = 765). Red value is 70 (27.73% from 255 or 88.61% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 70 - color contains mainly: red. Hex color #460900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460900 is #B9F6FF. Grayscale: #1A1A1A. Windows color (decimal): -12187392 or 2374. OLE color: 2374.
HSL color Cylindrical-coordinate representation of color #460900: hue angle of 7.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.73 |
| HSL | 7.71º | 1% | 0.14% | - |
| HSV(B) | 7.71º | 1% | 0.27% | - |
| XYZ | 2.62 | 1.5 | 0.15 | - |
| YUV | 26.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 0 | 0 | 0.87 | 1 | 0.73 | 7.71 | 1 | 0.14 |
| Hex | 46 | 9 | 0 | 0 | 57 | 64 | 49 | 8 | 64 | E |
| Octal | 106 | 11 | 0 | 0 | 127 | 144 | 111 | 10 | 144 | 16 |
| Binary | 1000110 | 1001 | 0 | 0 | 1010111 | 1100100 | 1001001 | 1000 | 1100100 | 1110 |
Color Harmonies of #460900
Complementary color
Monochromatic Colors of #460900
Black with #460900
Text Example
Text Example
White with #460900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460900; }
p { color: rgb(70,9,0); }
H1.HeaderClassName
{
color: #460900;
}
.AnyTagClassName
{
color: #460900;
}
</style>
background-color css
<style>
a { background-color: #460900; }
a { background-color: rgb(70,9,0); }
div.DivClassName
{
background-color: #460900;
}
.BgClassName
{
background-color: #460900;
}
</style>
border-color css
<style>
span { border-color: #460900; }
span { border-color: rgb(70,9,0); }
td.TdClassName
{
border-color: #460900;
}
.TagClassName
{
border-color: #460900;
}
</style>