Shades of Seal Brown #401F1E
Tints of Seal Brown #401F1E
RGB
CMYK
RGB Variations
Color information
#401F1E (or 0x401F1E) is known color: Seal Brown. HEX triplet: 40, 1F and 1E. RGB value is (64,31,30). Sum of RGB (Red+Green+Blue) = 64+31+30=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F1E is #BFE0E1. Grayscale: #282828. Windows color (decimal): -12574946 or 1974080. OLE color: 1974080.
HSL color Cylindrical-coordinate representation of color #401F1E: hue angle of 1.76º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401F1E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 30 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.75 |
| HSL | 1.76º | 0.36% | 0.18% | - |
| HSV(B) | 1.76º | 0.53% | 0.25% | - |
| XYZ | 2.84 | 2.16 | 1.5 | - |
| YUV | 40.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 30 | 0 | 0.52 | 0.53 | 0.75 | 1.76 | 0.36 | 0.18 |
| Hex | 40 | 1F | 1E | 0 | 34 | 35 | 4B | 2 | 24 | 12 |
| Octal | 100 | 37 | 36 | 0 | 64 | 65 | 113 | 2 | 44 | 22 |
| Binary | 1000000 | 11111 | 11110 | 0 | 110100 | 110101 | 1001011 | 10 | 100100 | 10010 |
Color Harmonies of #401F1E
Complementary color
Monochromatic Colors of #401F1E
Black with #401F1E
Text Example
Text Example
White with #401F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F1E; }
p { color: rgb(64,31,30); }
H1.HeaderClassName
{
color: #401F1E;
}
.AnyTagClassName
{
color: #401F1E;
}
</style>
background-color css
<style>
a { background-color: #401F1E; }
a { background-color: rgb(64,31,30); }
div.DivClassName
{
background-color: #401F1E;
}
.BgClassName
{
background-color: #401F1E;
}
</style>
border-color css
<style>
span { border-color: #401F1E; }
span { border-color: rgb(64,31,30); }
td.TdClassName
{
border-color: #401F1E;
}
.TagClassName
{
border-color: #401F1E;
}
</style>