Shades of Seal Brown #42130C
Tints of Seal Brown #42130C
RGB
CMYK
RGB Variations
Color information
#42130C (or 0x42130C) is known color: Seal Brown. HEX triplet: 42, 13 and 0C. RGB value is (66,19,12). Sum of RGB (Red+Green+Blue) = 66+19+12=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42130C is #BDECF3. Grayscale: #202020. Windows color (decimal): -12446964 or 791362. OLE color: 791362.
HSL color Cylindrical-coordinate representation of color #42130C: hue angle of 7.78º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42130C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 19 | 12 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.74 |
| HSL | 7.78º | 0.69% | 0.15% | - |
| HSV(B) | 7.78º | 0.82% | 0.26% | - |
| XYZ | 2.55 | 1.65 | 0.53 | - |
| YUV | 32.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 12 | 0 | 0.71 | 0.82 | 0.74 | 7.78 | 0.69 | 0.15 |
| Hex | 42 | 13 | C | 0 | 47 | 52 | 4A | 8 | 45 | F |
| Octal | 102 | 23 | 14 | 0 | 107 | 122 | 112 | 10 | 105 | 17 |
| Binary | 1000010 | 10011 | 1100 | 0 | 1000111 | 1010010 | 1001010 | 1000 | 1000101 | 1111 |
Color Harmonies of #42130C
Complementary color
Monochromatic Colors of #42130C
Black with #42130C
Text Example
Text Example
White with #42130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42130C; }
p { color: rgb(66,19,12); }
H1.HeaderClassName
{
color: #42130C;
}
.AnyTagClassName
{
color: #42130C;
}
</style>
background-color css
<style>
a { background-color: #42130C; }
a { background-color: rgb(66,19,12); }
div.DivClassName
{
background-color: #42130C;
}
.BgClassName
{
background-color: #42130C;
}
</style>
border-color css
<style>
span { border-color: #42130C; }
span { border-color: rgb(66,19,12); }
td.TdClassName
{
border-color: #42130C;
}
.TagClassName
{
border-color: #42130C;
}
</style>