Shades of Seal Brown #40130A
Tints of Seal Brown #40130A
RGB
CMYK
RGB Variations
Color information
#40130A (or 0x40130A) is known color: Seal Brown. HEX triplet: 40, 13 and 0A. RGB value is (64,19,10). Sum of RGB (Red+Green+Blue) = 64+19+10=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40130A is #BFECF5. Grayscale: #1F1F1F. Windows color (decimal): -12578038 or 660288. OLE color: 660288.
HSL color Cylindrical-coordinate representation of color #40130A: hue angle of 10º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40130A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 10 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.75 |
| HSL | 10º | 0.73% | 0.15% | - |
| HSV(B) | 10º | 0.84% | 0.25% | - |
| XYZ | 2.4 | 1.58 | 0.47 | - |
| YUV | 31.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 10 | 0 | 0.70 | 0.84 | 0.75 | 10 | 0.73 | 0.15 |
| Hex | 40 | 13 | A | 0 | 46 | 54 | 4B | A | 49 | F |
| Octal | 100 | 23 | 12 | 0 | 106 | 124 | 113 | 12 | 111 | 17 |
| Binary | 1000000 | 10011 | 1010 | 0 | 1000110 | 1010100 | 1001011 | 1010 | 1001001 | 1111 |
Color Harmonies of #40130A
Complementary color
Monochromatic Colors of #40130A
Black with #40130A
Text Example
Text Example
White with #40130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40130A; }
p { color: rgb(64,19,10); }
H1.HeaderClassName
{
color: #40130A;
}
.AnyTagClassName
{
color: #40130A;
}
</style>
background-color css
<style>
a { background-color: #40130A; }
a { background-color: rgb(64,19,10); }
div.DivClassName
{
background-color: #40130A;
}
.BgClassName
{
background-color: #40130A;
}
</style>
border-color css
<style>
span { border-color: #40130A; }
span { border-color: rgb(64,19,10); }
td.TdClassName
{
border-color: #40130A;
}
.TagClassName
{
border-color: #40130A;
}
</style>