Shades of Seal Brown #401102
Tints of Seal Brown #401102
RGB
CMYK
RGB Variations
Color information
#401102 (or 0x401102) is known color: Seal Brown. HEX triplet: 40, 11 and 02. RGB value is (64,17,2). Sum of RGB (Red+Green+Blue) = 64+17+2=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #401102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401102 is #BFEEFD. Grayscale: #1D1D1D. Windows color (decimal): -12578558 or 135488. OLE color: 135488.
HSL color Cylindrical-coordinate representation of color #401102: hue angle of 14.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #401102 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 2 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.75 |
| HSL | 14.52º | 0.94% | 0.13% | - |
| HSV(B) | 14.52º | 0.97% | 0.25% | - |
| XYZ | 2.33 | 1.5 | 0.22 | - |
| YUV | 29.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 2 | 0 | 0.73 | 0.97 | 0.75 | 14.52 | 0.94 | 0.13 |
| Hex | 40 | 11 | 2 | 0 | 49 | 61 | 4B | F | 5E | D |
| Octal | 100 | 21 | 2 | 0 | 111 | 141 | 113 | 17 | 136 | 15 |
| Binary | 1000000 | 10001 | 10 | 0 | 1001001 | 1100001 | 1001011 | 1111 | 1011110 | 1101 |
Color Harmonies of #401102
Complementary color
Monochromatic Colors of #401102
Black with #401102
Text Example
Text Example
White with #401102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401102; }
p { color: rgb(64,17,2); }
H1.HeaderClassName
{
color: #401102;
}
.AnyTagClassName
{
color: #401102;
}
</style>
background-color css
<style>
a { background-color: #401102; }
a { background-color: rgb(64,17,2); }
div.DivClassName
{
background-color: #401102;
}
.BgClassName
{
background-color: #401102;
}
</style>
border-color css
<style>
span { border-color: #401102; }
span { border-color: rgb(64,17,2); }
td.TdClassName
{
border-color: #401102;
}
.TagClassName
{
border-color: #401102;
}
</style>