Shades of Seal Brown #421212
Tints of Seal Brown #421212
RGB
CMYK
RGB Variations
Color information
#421212 (or 0x421212) is known color: Seal Brown. HEX triplet: 42, 12 and 12. RGB value is (66,18,18). Sum of RGB (Red+Green+Blue) = 66+18+18=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #421212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421212 is #BDEDED. Grayscale: #202020. Windows color (decimal): -12447214 or 1184322. OLE color: 1184322.
HSL color Cylindrical-coordinate representation of color #421212: hue angle of 0º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421212 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 18 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.74 |
| HSL | 0º | 0.57% | 0.16% | - |
| HSV(B) | 0º | 0.73% | 0.26% | - |
| XYZ | 2.57 | 1.63 | 0.75 | - |
| YUV | 32.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 18 | 0 | 0.73 | 0.73 | 0.74 | 0 | 0.57 | 0.16 |
| Hex | 42 | 12 | 12 | 0 | 49 | 49 | 4A | 0 | 39 | 10 |
| Octal | 102 | 22 | 22 | 0 | 111 | 111 | 112 | 0 | 71 | 20 |
| Binary | 1000010 | 10010 | 10010 | 0 | 1001001 | 1001001 | 1001010 | 0 | 111001 | 10000 |
Color Harmonies of #421212
Complementary color
Monochromatic Colors of #421212
Black with #421212
Text Example
Text Example
White with #421212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421212; }
p { color: rgb(66,18,18); }
H1.HeaderClassName
{
color: #421212;
}
.AnyTagClassName
{
color: #421212;
}
</style>
background-color css
<style>
a { background-color: #421212; }
a { background-color: rgb(66,18,18); }
div.DivClassName
{
background-color: #421212;
}
.BgClassName
{
background-color: #421212;
}
</style>
border-color css
<style>
span { border-color: #421212; }
span { border-color: rgb(66,18,18); }
td.TdClassName
{
border-color: #421212;
}
.TagClassName
{
border-color: #421212;
}
</style>