Shades of Seal Brown #42120D
Tints of Seal Brown #42120D
RGB
CMYK
RGB Variations
Color information
#42120D (or 0x42120D) is known color: Seal Brown. HEX triplet: 42, 12 and 0D. RGB value is (66,18,13). Sum of RGB (Red+Green+Blue) = 66+18+13=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120D is #BDEDF2. Grayscale: #1F1F1F. Windows color (decimal): -12447219 or 856642. OLE color: 856642.
HSL color Cylindrical-coordinate representation of color #42120D: hue angle of 5.66º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42120D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 13 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.74 |
| HSL | 5.66º | 0.67% | 0.15% | - |
| HSV(B) | 5.66º | 0.8% | 0.26% | - |
| XYZ | 2.54 | 1.62 | 0.56 | - |
| YUV | 31.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 13 | 0 | 0.73 | 0.80 | 0.74 | 5.66 | 0.67 | 0.15 |
| Hex | 42 | 12 | D | 0 | 49 | 50 | 4A | 6 | 43 | F |
| Octal | 102 | 22 | 15 | 0 | 111 | 120 | 112 | 6 | 103 | 17 |
| Binary | 1000010 | 10010 | 1101 | 0 | 1001001 | 1010000 | 1001010 | 110 | 1000011 | 1111 |
Color Harmonies of #42120D
Complementary color
Monochromatic Colors of #42120D
Black with #42120D
Text Example
Text Example
White with #42120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42120D; }
p { color: rgb(66,18,13); }
H1.HeaderClassName
{
color: #42120D;
}
.AnyTagClassName
{
color: #42120D;
}
</style>
background-color css
<style>
a { background-color: #42120D; }
a { background-color: rgb(66,18,13); }
div.DivClassName
{
background-color: #42120D;
}
.BgClassName
{
background-color: #42120D;
}
</style>
border-color css
<style>
span { border-color: #42120D; }
span { border-color: rgb(66,18,13); }
td.TdClassName
{
border-color: #42120D;
}
.TagClassName
{
border-color: #42120D;
}
</style>