Shades of Seal Brown #42140A
Tints of Seal Brown #42140A
RGB
CMYK
RGB Variations
Color information
#42140A (or 0x42140A) is known color: Seal Brown. HEX triplet: 42, 14 and 0A. RGB value is (66,20,10). Sum of RGB (Red+Green+Blue) = 66+20+10=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #42140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42140A is #BDEBF5. Grayscale: #202020. Windows color (decimal): -12446710 or 660546. OLE color: 660546.
HSL color Cylindrical-coordinate representation of color #42140A: hue angle of 10.71º 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 #42140A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 20 | 10 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.74 |
| HSL | 10.71º | 0.74% | 0.15% | - |
| HSV(B) | 10.71º | 0.85% | 0.26% | - |
| XYZ | 2.55 | 1.68 | 0.48 | - |
| YUV | 32.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 10 | 0 | 0.70 | 0.85 | 0.74 | 10.71 | 0.74 | 0.15 |
| Hex | 42 | 14 | A | 0 | 46 | 55 | 4A | B | 4A | F |
| Octal | 102 | 24 | 12 | 0 | 106 | 125 | 112 | 13 | 112 | 17 |
| Binary | 1000010 | 10100 | 1010 | 0 | 1000110 | 1010101 | 1001010 | 1011 | 1001010 | 1111 |
Color Harmonies of #42140A
Complementary color
Monochromatic Colors of #42140A
Black with #42140A
Text Example
Text Example
White with #42140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42140A; }
p { color: rgb(66,20,10); }
H1.HeaderClassName
{
color: #42140A;
}
.AnyTagClassName
{
color: #42140A;
}
</style>
background-color css
<style>
a { background-color: #42140A; }
a { background-color: rgb(66,20,10); }
div.DivClassName
{
background-color: #42140A;
}
.BgClassName
{
background-color: #42140A;
}
</style>
border-color css
<style>
span { border-color: #42140A; }
span { border-color: rgb(66,20,10); }
td.TdClassName
{
border-color: #42140A;
}
.TagClassName
{
border-color: #42140A;
}
</style>