Shades of Seal Brown #42100C
Tints of Seal Brown #42100C
RGB
CMYK
RGB Variations
Color information
#42100C (or 0x42100C) is known color: Seal Brown. HEX triplet: 42, 10 and 0C. RGB value is (66,16,12). Sum of RGB (Red+Green+Blue) = 66+16+12=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #42100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42100C is #BDEFF3. Grayscale: #1E1E1E. Windows color (decimal): -12447732 or 790594. OLE color: 790594.
HSL color Cylindrical-coordinate representation of color #42100C: hue angle of 4.44º 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 #42100C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 12 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.74 |
| HSL | 4.44º | 0.69% | 0.15% | - |
| HSV(B) | 4.44º | 0.82% | 0.26% | - |
| XYZ | 2.5 | 1.56 | 0.52 | - |
| YUV | 30.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 12 | 0 | 0.76 | 0.82 | 0.74 | 4.44 | 0.69 | 0.15 |
| Hex | 42 | 10 | C | 0 | 4C | 52 | 4A | 4 | 45 | F |
| Octal | 102 | 20 | 14 | 0 | 114 | 122 | 112 | 4 | 105 | 17 |
| Binary | 1000010 | 10000 | 1100 | 0 | 1001100 | 1010010 | 1001010 | 100 | 1000101 | 1111 |
Color Harmonies of #42100C
Complementary color
Monochromatic Colors of #42100C
Black with #42100C
Text Example
Text Example
White with #42100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42100C; }
p { color: rgb(66,16,12); }
H1.HeaderClassName
{
color: #42100C;
}
.AnyTagClassName
{
color: #42100C;
}
</style>
background-color css
<style>
a { background-color: #42100C; }
a { background-color: rgb(66,16,12); }
div.DivClassName
{
background-color: #42100C;
}
.BgClassName
{
background-color: #42100C;
}
</style>
border-color css
<style>
span { border-color: #42100C; }
span { border-color: rgb(66,16,12); }
td.TdClassName
{
border-color: #42100C;
}
.TagClassName
{
border-color: #42100C;
}
</style>