Shades of Seal Brown #460802
Tints of Seal Brown #460802
RGB
CMYK
RGB Variations
Color information
#460802 (or 0x460802) is known color: Seal Brown. HEX triplet: 46, 08 and 02. RGB value is (70,8,2). Sum of RGB (Red+Green+Blue) = 70+8+2=80 (10% of max value = 765). Red value is 70 (27.73% from 255 or 87.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 70 - color contains mainly: red. Hex color #460802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460802 is #B9F7FD. Grayscale: #191919. Windows color (decimal): -12187646 or 133190. OLE color: 133190.
HSL color Cylindrical-coordinate representation of color #460802: hue angle of 5.29º 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 #460802 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 2 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.73 |
| HSL | 5.29º | 0.94% | 0.14% | - |
| HSV(B) | 5.29º | 0.97% | 0.27% | - |
| XYZ | 2.62 | 1.48 | 0.2 | - |
| YUV | 25.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 2 | 0 | 0.89 | 0.97 | 0.73 | 5.29 | 0.94 | 0.14 |
| Hex | 46 | 8 | 2 | 0 | 59 | 61 | 49 | 5 | 5E | E |
| Octal | 106 | 10 | 2 | 0 | 131 | 141 | 111 | 5 | 136 | 16 |
| Binary | 1000110 | 1000 | 10 | 0 | 1011001 | 1100001 | 1001001 | 101 | 1011110 | 1110 |
Color Harmonies of #460802
Complementary color
Monochromatic Colors of #460802
Black with #460802
Text Example
Text Example
White with #460802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460802; }
p { color: rgb(70,8,2); }
H1.HeaderClassName
{
color: #460802;
}
.AnyTagClassName
{
color: #460802;
}
</style>
background-color css
<style>
a { background-color: #460802; }
a { background-color: rgb(70,8,2); }
div.DivClassName
{
background-color: #460802;
}
.BgClassName
{
background-color: #460802;
}
</style>
border-color css
<style>
span { border-color: #460802; }
span { border-color: rgb(70,8,2); }
td.TdClassName
{
border-color: #460802;
}
.TagClassName
{
border-color: #460802;
}
</style>