Shades of Seal Brown #40130E
Tints of Seal Brown #40130E
RGB
CMYK
RGB Variations
Color information
#40130E (or 0x40130E) is known color: Seal Brown. HEX triplet: 40, 13 and 0E. RGB value is (64,19,14). Sum of RGB (Red+Green+Blue) = 64+19+14=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #40130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40130E is #BFECF1. Grayscale: #1F1F1F. Windows color (decimal): -12578034 or 922432. OLE color: 922432.
HSL color Cylindrical-coordinate representation of color #40130E: hue angle of 6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40130E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 14 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.75 |
| HSL | 6º | 0.64% | 0.15% | - |
| HSV(B) | 6º | 0.78% | 0.25% | - |
| XYZ | 2.43 | 1.59 | 0.59 | - |
| YUV | 31.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 14 | 0 | 0.70 | 0.78 | 0.75 | 6 | 0.64 | 0.15 |
| Hex | 40 | 13 | E | 0 | 46 | 4E | 4B | 6 | 40 | F |
| Octal | 100 | 23 | 16 | 0 | 106 | 116 | 113 | 6 | 100 | 17 |
| Binary | 1000000 | 10011 | 1110 | 0 | 1000110 | 1001110 | 1001011 | 110 | 1000000 | 1111 |
Color Harmonies of #40130E
Complementary color
Monochromatic Colors of #40130E
Black with #40130E
Text Example
Text Example
White with #40130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40130E; }
p { color: rgb(64,19,14); }
H1.HeaderClassName
{
color: #40130E;
}
.AnyTagClassName
{
color: #40130E;
}
</style>
background-color css
<style>
a { background-color: #40130E; }
a { background-color: rgb(64,19,14); }
div.DivClassName
{
background-color: #40130E;
}
.BgClassName
{
background-color: #40130E;
}
</style>
border-color css
<style>
span { border-color: #40130E; }
span { border-color: rgb(64,19,14); }
td.TdClassName
{
border-color: #40130E;
}
.TagClassName
{
border-color: #40130E;
}
</style>