Shades of Seal Brown #460902
Tints of Seal Brown #460902
RGB
CMYK
RGB Variations
Color information
#460902 (or 0x460902) is known color: Seal Brown. HEX triplet: 46, 09 and 02. RGB value is (70,9,2). Sum of RGB (Red+Green+Blue) = 70+9+2=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460902 is #B9F6FD. Grayscale: #1A1A1A. Windows color (decimal): -12187390 or 133446. OLE color: 133446.
HSL color Cylindrical-coordinate representation of color #460902: hue angle of 6.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460902 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 9 | 2 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.73 |
| HSL | 6.18º | 0.94% | 0.14% | - |
| HSV(B) | 6.18º | 0.97% | 0.27% | - |
| XYZ | 2.63 | 1.5 | 0.21 | - |
| YUV | 26.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 2 | 0 | 0.87 | 0.97 | 0.73 | 6.18 | 0.94 | 0.14 |
| Hex | 46 | 9 | 2 | 0 | 57 | 61 | 49 | 6 | 5E | E |
| Octal | 106 | 11 | 2 | 0 | 127 | 141 | 111 | 6 | 136 | 16 |
| Binary | 1000110 | 1001 | 10 | 0 | 1010111 | 1100001 | 1001001 | 110 | 1011110 | 1110 |
Color Harmonies of #460902
Complementary color
Monochromatic Colors of #460902
Black with #460902
Text Example
Text Example
White with #460902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460902; }
p { color: rgb(70,9,2); }
H1.HeaderClassName
{
color: #460902;
}
.AnyTagClassName
{
color: #460902;
}
</style>
background-color css
<style>
a { background-color: #460902; }
a { background-color: rgb(70,9,2); }
div.DivClassName
{
background-color: #460902;
}
.BgClassName
{
background-color: #460902;
}
</style>
border-color css
<style>
span { border-color: #460902; }
span { border-color: rgb(70,9,2); }
td.TdClassName
{
border-color: #460902;
}
.TagClassName
{
border-color: #460902;
}
</style>