Shades of Seal Brown #421A1A
Tints of Seal Brown #421A1A
RGB
CMYK
RGB Variations
Color information
#421A1A (or 0x421A1A) is known color: Seal Brown. HEX triplet: 42, 1A and 1A. RGB value is (66,26,26). Sum of RGB (Red+Green+Blue) = 66+26+26=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #421A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A1A is #BDE5E5. Grayscale: #262626. Windows color (decimal): -12445158 or 1710658. OLE color: 1710658.
HSL color Cylindrical-coordinate representation of color #421A1A: hue angle of 0º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A1A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 26 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.74 |
| HSL | 0º | 0.43% | 0.18% | - |
| HSV(B) | 0º | 0.61% | 0.26% | - |
| XYZ | 2.8 | 1.97 | 1.21 | - |
| YUV | 37.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 26 | 0 | 0.61 | 0.61 | 0.74 | 0 | 0.43 | 0.18 |
| Hex | 42 | 1A | 1A | 0 | 3D | 3D | 4A | 0 | 2B | 12 |
| Octal | 102 | 32 | 32 | 0 | 75 | 75 | 112 | 0 | 53 | 22 |
| Binary | 1000010 | 11010 | 11010 | 0 | 111101 | 111101 | 1001010 | 0 | 101011 | 10010 |
Color Harmonies of #421A1A
Complementary color
Monochromatic Colors of #421A1A
Black with #421A1A
Text Example
Text Example
White with #421A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A1A; }
p { color: rgb(66,26,26); }
H1.HeaderClassName
{
color: #421A1A;
}
.AnyTagClassName
{
color: #421A1A;
}
</style>
background-color css
<style>
a { background-color: #421A1A; }
a { background-color: rgb(66,26,26); }
div.DivClassName
{
background-color: #421A1A;
}
.BgClassName
{
background-color: #421A1A;
}
</style>
border-color css
<style>
span { border-color: #421A1A; }
span { border-color: rgb(66,26,26); }
td.TdClassName
{
border-color: #421A1A;
}
.TagClassName
{
border-color: #421A1A;
}
</style>