Shades of Seal Brown #461103
Tints of Seal Brown #461103
RGB
CMYK
RGB Variations
Color information
#461103 (or 0x461103) is known color: Seal Brown. HEX triplet: 46, 11 and 03. RGB value is (70,17,3). Sum of RGB (Red+Green+Blue) = 70+17+3=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461103 is #B9EEFC. Grayscale: #1F1F1F. Windows color (decimal): -12185341 or 201030. OLE color: 201030.
HSL color Cylindrical-coordinate representation of color #461103: hue angle of 12.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #461103 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 17 | 3 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.73 |
| HSL | 12.54º | 0.92% | 0.14% | - |
| HSV(B) | 12.54º | 0.96% | 0.27% | - |
| XYZ | 2.74 | 1.71 | 0.27 | - |
| YUV | 31.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 3 | 0 | 0.76 | 0.96 | 0.73 | 12.54 | 0.92 | 0.14 |
| Hex | 46 | 11 | 3 | 0 | 4C | 60 | 49 | D | 5C | E |
| Octal | 106 | 21 | 3 | 0 | 114 | 140 | 111 | 15 | 134 | 16 |
| Binary | 1000110 | 10001 | 11 | 0 | 1001100 | 1100000 | 1001001 | 1101 | 1011100 | 1110 |
Color Harmonies of #461103
Complementary color
Monochromatic Colors of #461103
Black with #461103
Text Example
Text Example
White with #461103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461103; }
p { color: rgb(70,17,3); }
H1.HeaderClassName
{
color: #461103;
}
.AnyTagClassName
{
color: #461103;
}
</style>
background-color css
<style>
a { background-color: #461103; }
a { background-color: rgb(70,17,3); }
div.DivClassName
{
background-color: #461103;
}
.BgClassName
{
background-color: #461103;
}
</style>
border-color css
<style>
span { border-color: #461103; }
span { border-color: rgb(70,17,3); }
td.TdClassName
{
border-color: #461103;
}
.TagClassName
{
border-color: #461103;
}
</style>