Shades of Seal Brown #460B00
Tints of Seal Brown #460B00
RGB
CMYK
RGB Variations
Color information
#460B00 (or 0x460B00) is known color: Seal Brown. HEX triplet: 46, 0B and 00. RGB value is (70,11,0). Sum of RGB (Red+Green+Blue) = 70+11+0=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B00 is #B9F4FF. Grayscale: #1B1B1B. Windows color (decimal): -12186880 or 2886. OLE color: 2886.
HSL color Cylindrical-coordinate representation of color #460B00: hue angle of 9.43º 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 #460B00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.73 |
| HSL | 9.43º | 1% | 0.14% | - |
| HSV(B) | 9.43º | 1% | 0.27% | - |
| XYZ | 2.65 | 1.54 | 0.16 | - |
| YUV | 27.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 0 | 0 | 0.84 | 1 | 0.73 | 9.43 | 1 | 0.14 |
| Hex | 46 | B | 0 | 0 | 54 | 64 | 49 | 9 | 64 | E |
| Octal | 106 | 13 | 0 | 0 | 124 | 144 | 111 | 11 | 144 | 16 |
| Binary | 1000110 | 1011 | 0 | 0 | 1010100 | 1100100 | 1001001 | 1001 | 1100100 | 1110 |
Color Harmonies of #460B00
Complementary color
Monochromatic Colors of #460B00
Black with #460B00
Text Example
Text Example
White with #460B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B00; }
p { color: rgb(70,11,0); }
H1.HeaderClassName
{
color: #460B00;
}
.AnyTagClassName
{
color: #460B00;
}
</style>
background-color css
<style>
a { background-color: #460B00; }
a { background-color: rgb(70,11,0); }
div.DivClassName
{
background-color: #460B00;
}
.BgClassName
{
background-color: #460B00;
}
</style>
border-color css
<style>
span { border-color: #460B00; }
span { border-color: rgb(70,11,0); }
td.TdClassName
{
border-color: #460B00;
}
.TagClassName
{
border-color: #460B00;
}
</style>