Shades of Seal Brown #40130D
Tints of Seal Brown #40130D
RGB
CMYK
RGB Variations
Color information
#40130D (or 0x40130D) is known color: Seal Brown. HEX triplet: 40, 13 and 0D. RGB value is (64,19,13). Sum of RGB (Red+Green+Blue) = 64+19+13=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40130D is #BFECF2. Grayscale: #1F1F1F. Windows color (decimal): -12578035 or 856896. OLE color: 856896.
HSL color Cylindrical-coordinate representation of color #40130D: hue angle of 7.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40130D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 13 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.75 |
| HSL | 7.06º | 0.66% | 0.15% | - |
| HSV(B) | 7.06º | 0.8% | 0.25% | - |
| XYZ | 2.42 | 1.58 | 0.56 | - |
| YUV | 31.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 13 | 0 | 0.70 | 0.80 | 0.75 | 7.06 | 0.66 | 0.15 |
| Hex | 40 | 13 | D | 0 | 46 | 50 | 4B | 7 | 42 | F |
| Octal | 100 | 23 | 15 | 0 | 106 | 120 | 113 | 7 | 102 | 17 |
| Binary | 1000000 | 10011 | 1101 | 0 | 1000110 | 1010000 | 1001011 | 111 | 1000010 | 1111 |
Color Harmonies of #40130D
Complementary color
Monochromatic Colors of #40130D
Black with #40130D
Text Example
Text Example
White with #40130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40130D; }
p { color: rgb(64,19,13); }
H1.HeaderClassName
{
color: #40130D;
}
.AnyTagClassName
{
color: #40130D;
}
</style>
background-color css
<style>
a { background-color: #40130D; }
a { background-color: rgb(64,19,13); }
div.DivClassName
{
background-color: #40130D;
}
.BgClassName
{
background-color: #40130D;
}
</style>
border-color css
<style>
span { border-color: #40130D; }
span { border-color: rgb(64,19,13); }
td.TdClassName
{
border-color: #40130D;
}
.TagClassName
{
border-color: #40130D;
}
</style>