Shades of Seal Brown #401209
Tints of Seal Brown #401209
RGB
CMYK
RGB Variations
Color information
#401209 (or 0x401209) is known color: Seal Brown. HEX triplet: 40, 12 and 09. RGB value is (64,18,9). Sum of RGB (Red+Green+Blue) = 64+18+9=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401209 is #BFEDF6. Grayscale: #1E1E1E. Windows color (decimal): -12578295 or 594496. OLE color: 594496.
HSL color Cylindrical-coordinate representation of color #401209: hue angle of 9.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401209 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 9 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.75 |
| HSL | 9.82º | 0.75% | 0.14% | - |
| HSV(B) | 9.82º | 0.86% | 0.25% | - |
| XYZ | 2.38 | 1.54 | 0.43 | - |
| YUV | 30.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 9 | 0 | 0.72 | 0.86 | 0.75 | 9.82 | 0.75 | 0.14 |
| Hex | 40 | 12 | 9 | 0 | 48 | 56 | 4B | A | 4B | E |
| Octal | 100 | 22 | 11 | 0 | 110 | 126 | 113 | 12 | 113 | 16 |
| Binary | 1000000 | 10010 | 1001 | 0 | 1001000 | 1010110 | 1001011 | 1010 | 1001011 | 1110 |
Color Harmonies of #401209
Complementary color
Monochromatic Colors of #401209
Black with #401209
Text Example
Text Example
White with #401209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401209; }
p { color: rgb(64,18,9); }
H1.HeaderClassName
{
color: #401209;
}
.AnyTagClassName
{
color: #401209;
}
</style>
background-color css
<style>
a { background-color: #401209; }
a { background-color: rgb(64,18,9); }
div.DivClassName
{
background-color: #401209;
}
.BgClassName
{
background-color: #401209;
}
</style>
border-color css
<style>
span { border-color: #401209; }
span { border-color: rgb(64,18,9); }
td.TdClassName
{
border-color: #401209;
}
.TagClassName
{
border-color: #401209;
}
</style>