Shades of Seal Brown #460500
Tints of Seal Brown #460500
RGB
CMYK
RGB Variations
Color information
#460500 (or 0x460500) is known color: Seal Brown. HEX triplet: 46, 05 and 00. RGB value is (70,5,0). Sum of RGB (Red+Green+Blue) = 70+5+0=75 (9% of max value = 765). Red value is 70 (27.73% from 255 or 93.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 70 - color contains mainly: red. Hex color #460500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460500 is #B9FAFF. Grayscale: #171717. Windows color (decimal): -12188416 or 1350. OLE color: 1350.
HSL color Cylindrical-coordinate representation of color #460500: hue angle of 4.29º 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 #460500 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.73 |
| HSL | 4.29º | 1% | 0.14% | - |
| HSV(B) | 4.29º | 1% | 0.27% | - |
| XYZ | 2.58 | 1.41 | 0.14 | - |
| YUV | 23.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 0 | 0 | 0.93 | 1 | 0.73 | 4.29 | 1 | 0.14 |
| Hex | 46 | 5 | 0 | 0 | 5D | 64 | 49 | 4 | 64 | E |
| Octal | 106 | 5 | 0 | 0 | 135 | 144 | 111 | 4 | 144 | 16 |
| Binary | 1000110 | 101 | 0 | 0 | 1011101 | 1100100 | 1001001 | 100 | 1100100 | 1110 |
Color Harmonies of #460500
Complementary color
Monochromatic Colors of #460500
Black with #460500
Text Example
Text Example
White with #460500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460500; }
p { color: rgb(70,5,0); }
H1.HeaderClassName
{
color: #460500;
}
.AnyTagClassName
{
color: #460500;
}
</style>
background-color css
<style>
a { background-color: #460500; }
a { background-color: rgb(70,5,0); }
div.DivClassName
{
background-color: #460500;
}
.BgClassName
{
background-color: #460500;
}
</style>
border-color css
<style>
span { border-color: #460500; }
span { border-color: rgb(70,5,0); }
td.TdClassName
{
border-color: #460500;
}
.TagClassName
{
border-color: #460500;
}
</style>