Shades of Seal Brown #461412
Tints of Seal Brown #461412
RGB
CMYK
RGB Variations
Color information
#461412 (or 0x461412) is known color: Seal Brown. HEX triplet: 46, 14 and 12. RGB value is (70,20,18). Sum of RGB (Red+Green+Blue) = 70+20+18=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461412 is #B9EBED. Grayscale: #222222. Windows color (decimal): -12184558 or 1184838. OLE color: 1184838.
HSL color Cylindrical-coordinate representation of color #461412: hue angle of 2.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461412 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 20 | 18 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.73 |
| HSL | 2.31º | 0.59% | 0.17% | - |
| HSV(B) | 2.31º | 0.74% | 0.27% | - |
| XYZ | 2.89 | 1.85 | 0.78 | - |
| YUV | 34.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 18 | 0 | 0.71 | 0.74 | 0.73 | 2.31 | 0.59 | 0.17 |
| Hex | 46 | 14 | 12 | 0 | 47 | 4A | 49 | 2 | 3B | 11 |
| Octal | 106 | 24 | 22 | 0 | 107 | 112 | 111 | 2 | 73 | 21 |
| Binary | 1000110 | 10100 | 10010 | 0 | 1000111 | 1001010 | 1001001 | 10 | 111011 | 10001 |
Color Harmonies of #461412
Complementary color
Monochromatic Colors of #461412
Black with #461412
Text Example
Text Example
White with #461412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461412; }
p { color: rgb(70,20,18); }
H1.HeaderClassName
{
color: #461412;
}
.AnyTagClassName
{
color: #461412;
}
</style>
background-color css
<style>
a { background-color: #461412; }
a { background-color: rgb(70,20,18); }
div.DivClassName
{
background-color: #461412;
}
.BgClassName
{
background-color: #461412;
}
</style>
border-color css
<style>
span { border-color: #461412; }
span { border-color: rgb(70,20,18); }
td.TdClassName
{
border-color: #461412;
}
.TagClassName
{
border-color: #461412;
}
</style>