Shades of Seal Brown #40120C
Tints of Seal Brown #40120C
RGB
CMYK
RGB Variations
Color information
#40120C (or 0x40120C) is known color: Seal Brown. HEX triplet: 40, 12 and 0C. RGB value is (64,18,12). Sum of RGB (Red+Green+Blue) = 64+18+12=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120C is #BFEDF3. Grayscale: #1F1F1F. Windows color (decimal): -12578292 or 791104. OLE color: 791104.
HSL color Cylindrical-coordinate representation of color #40120C: hue angle of 6.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40120C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 12 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.75 |
| HSL | 6.92º | 0.68% | 0.15% | - |
| HSV(B) | 6.92º | 0.81% | 0.25% | - |
| XYZ | 2.4 | 1.55 | 0.52 | - |
| YUV | 31.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 12 | 0 | 0.72 | 0.81 | 0.75 | 6.92 | 0.68 | 0.15 |
| Hex | 40 | 12 | C | 0 | 48 | 51 | 4B | 7 | 44 | F |
| Octal | 100 | 22 | 14 | 0 | 110 | 121 | 113 | 7 | 104 | 17 |
| Binary | 1000000 | 10010 | 1100 | 0 | 1001000 | 1010001 | 1001011 | 111 | 1000100 | 1111 |
Color Harmonies of #40120C
Complementary color
Monochromatic Colors of #40120C
Black with #40120C
Text Example
Text Example
White with #40120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40120C; }
p { color: rgb(64,18,12); }
H1.HeaderClassName
{
color: #40120C;
}
.AnyTagClassName
{
color: #40120C;
}
</style>
background-color css
<style>
a { background-color: #40120C; }
a { background-color: rgb(64,18,12); }
div.DivClassName
{
background-color: #40120C;
}
.BgClassName
{
background-color: #40120C;
}
</style>
border-color css
<style>
span { border-color: #40120C; }
span { border-color: rgb(64,18,12); }
td.TdClassName
{
border-color: #40120C;
}
.TagClassName
{
border-color: #40120C;
}
</style>