Shades of Seal Brown #401103
Tints of Seal Brown #401103
RGB
CMYK
RGB Variations
Color information
#401103 (or 0x401103) is known color: Seal Brown. HEX triplet: 40, 11 and 03. RGB value is (64,17,3). Sum of RGB (Red+Green+Blue) = 64+17+3=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #401103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401103 is #BFEEFC. Grayscale: #1D1D1D. Windows color (decimal): -12578557 or 201024. OLE color: 201024.
HSL color Cylindrical-coordinate representation of color #401103: hue angle of 13.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #401103 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 3 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.75 |
| HSL | 13.77º | 0.91% | 0.13% | - |
| HSV(B) | 13.77º | 0.95% | 0.25% | - |
| XYZ | 2.33 | 1.5 | 0.25 | - |
| YUV | 29.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 3 | 0 | 0.73 | 0.95 | 0.75 | 13.77 | 0.91 | 0.13 |
| Hex | 40 | 11 | 3 | 0 | 49 | 5F | 4B | E | 5B | D |
| Octal | 100 | 21 | 3 | 0 | 111 | 137 | 113 | 16 | 133 | 15 |
| Binary | 1000000 | 10001 | 11 | 0 | 1001001 | 1011111 | 1001011 | 1110 | 1011011 | 1101 |
Color Harmonies of #401103
Complementary color
Monochromatic Colors of #401103
Black with #401103
Text Example
Text Example
White with #401103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401103; }
p { color: rgb(64,17,3); }
H1.HeaderClassName
{
color: #401103;
}
.AnyTagClassName
{
color: #401103;
}
</style>
background-color css
<style>
a { background-color: #401103; }
a { background-color: rgb(64,17,3); }
div.DivClassName
{
background-color: #401103;
}
.BgClassName
{
background-color: #401103;
}
</style>
border-color css
<style>
span { border-color: #401103; }
span { border-color: rgb(64,17,3); }
td.TdClassName
{
border-color: #401103;
}
.TagClassName
{
border-color: #401103;
}
</style>