Shades of Seal Brown #421105
Tints of Seal Brown #421105
RGB
CMYK
RGB Variations
Color information
#421105 (or 0x421105) is known color: Seal Brown. HEX triplet: 42, 11 and 05. RGB value is (66,17,5). Sum of RGB (Red+Green+Blue) = 66+17+5=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421105 is #BDEEFA. Grayscale: #1E1E1E. Windows color (decimal): -12447483 or 332098. OLE color: 332098.
HSL color Cylindrical-coordinate representation of color #421105: hue angle of 11.8º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #421105 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 17 | 5 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.74 |
| HSL | 11.8º | 0.86% | 0.14% | - |
| HSV(B) | 11.8º | 0.92% | 0.26% | - |
| XYZ | 2.47 | 1.57 | 0.32 | - |
| YUV | 30.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 5 | 0 | 0.74 | 0.92 | 0.74 | 11.8 | 0.86 | 0.14 |
| Hex | 42 | 11 | 5 | 0 | 4A | 5C | 4A | C | 56 | E |
| Octal | 102 | 21 | 5 | 0 | 112 | 134 | 112 | 14 | 126 | 16 |
| Binary | 1000010 | 10001 | 101 | 0 | 1001010 | 1011100 | 1001010 | 1100 | 1010110 | 1110 |
Color Harmonies of #421105
Complementary color
Monochromatic Colors of #421105
Black with #421105
Text Example
Text Example
White with #421105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421105; }
p { color: rgb(66,17,5); }
H1.HeaderClassName
{
color: #421105;
}
.AnyTagClassName
{
color: #421105;
}
</style>
background-color css
<style>
a { background-color: #421105; }
a { background-color: rgb(66,17,5); }
div.DivClassName
{
background-color: #421105;
}
.BgClassName
{
background-color: #421105;
}
</style>
border-color css
<style>
span { border-color: #421105; }
span { border-color: rgb(66,17,5); }
td.TdClassName
{
border-color: #421105;
}
.TagClassName
{
border-color: #421105;
}
</style>