Shades of Seal Brown #42120A
Tints of Seal Brown #42120A
RGB
CMYK
RGB Variations
Color information
#42120A (or 0x42120A) is known color: Seal Brown. HEX triplet: 42, 12 and 0A. RGB value is (66,18,10). Sum of RGB (Red+Green+Blue) = 66+18+10=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #42120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120A is #BDEDF5. Grayscale: #1F1F1F. Windows color (decimal): -12447222 or 660034. OLE color: 660034.
HSL color Cylindrical-coordinate representation of color #42120A: hue angle of 8.57º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42120A is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 10 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.74 |
| HSL | 8.57º | 0.74% | 0.15% | - |
| HSV(B) | 8.57º | 0.85% | 0.26% | - |
| XYZ | 2.52 | 1.61 | 0.47 | - |
| YUV | 31.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 10 | 0 | 0.73 | 0.85 | 0.74 | 8.57 | 0.74 | 0.15 |
| Hex | 42 | 12 | A | 0 | 49 | 55 | 4A | 9 | 4A | F |
| Octal | 102 | 22 | 12 | 0 | 111 | 125 | 112 | 11 | 112 | 17 |
| Binary | 1000010 | 10010 | 1010 | 0 | 1001001 | 1010101 | 1001010 | 1001 | 1001010 | 1111 |
Color Harmonies of #42120A
Complementary color
Monochromatic Colors of #42120A
Black with #42120A
Text Example
Text Example
White with #42120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42120A; }
p { color: rgb(66,18,10); }
H1.HeaderClassName
{
color: #42120A;
}
.AnyTagClassName
{
color: #42120A;
}
</style>
background-color css
<style>
a { background-color: #42120A; }
a { background-color: rgb(66,18,10); }
div.DivClassName
{
background-color: #42120A;
}
.BgClassName
{
background-color: #42120A;
}
</style>
border-color css
<style>
span { border-color: #42120A; }
span { border-color: rgb(66,18,10); }
td.TdClassName
{
border-color: #42120A;
}
.TagClassName
{
border-color: #42120A;
}
</style>