Shades of Seal Brown #401F1F
Tints of Seal Brown #401F1F
RGB
CMYK
RGB Variations
Color information
#401F1F (or 0x401F1F) is known color: Seal Brown. HEX triplet: 40, 1F and 1F. RGB value is (64,31,31). Sum of RGB (Red+Green+Blue) = 64+31+31=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F1F is #BFE0E0. Grayscale: #282828. Windows color (decimal): -12574945 or 2039616. OLE color: 2039616.
HSL color Cylindrical-coordinate representation of color #401F1F: hue angle of 0º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F1F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 31 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.75 |
| HSL | 0º | 0.35% | 0.19% | - |
| HSV(B) | 0º | 0.52% | 0.25% | - |
| XYZ | 2.85 | 2.17 | 1.56 | - |
| YUV | 40.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 31 | 0 | 0.52 | 0.52 | 0.75 | 0 | 0.35 | 0.19 |
| Hex | 40 | 1F | 1F | 0 | 34 | 34 | 4B | 0 | 23 | 13 |
| Octal | 100 | 37 | 37 | 0 | 64 | 64 | 113 | 0 | 43 | 23 |
| Binary | 1000000 | 11111 | 11111 | 0 | 110100 | 110100 | 1001011 | 0 | 100011 | 10011 |
Color Harmonies of #401F1F
Complementary color
Monochromatic Colors of #401F1F
Black with #401F1F
Text Example
Text Example
White with #401F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F1F; }
p { color: rgb(64,31,31); }
H1.HeaderClassName
{
color: #401F1F;
}
.AnyTagClassName
{
color: #401F1F;
}
</style>
background-color css
<style>
a { background-color: #401F1F; }
a { background-color: rgb(64,31,31); }
div.DivClassName
{
background-color: #401F1F;
}
.BgClassName
{
background-color: #401F1F;
}
</style>
border-color css
<style>
span { border-color: #401F1F; }
span { border-color: rgb(64,31,31); }
td.TdClassName
{
border-color: #401F1F;
}
.TagClassName
{
border-color: #401F1F;
}
</style>