Shades of Seal Brown #421D1D
Tints of Seal Brown #421D1D
RGB
CMYK
RGB Variations
Color information
#421D1D (or 0x421D1D) is known color: Seal Brown. HEX triplet: 42, 1D and 1D. RGB value is (66,29,29). Sum of RGB (Red+Green+Blue) = 66+29+29=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1D is #BDE2E2. Grayscale: #282828. Windows color (decimal): -12444387 or 1908034. OLE color: 1908034.
HSL color Cylindrical-coordinate representation of color #421D1D: hue angle of 0º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D1D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 29 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.74 |
| HSL | 0º | 0.39% | 0.19% | - |
| HSV(B) | 0º | 0.56% | 0.26% | - |
| XYZ | 2.91 | 2.13 | 1.42 | - |
| YUV | 40.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 29 | 0 | 0.56 | 0.56 | 0.74 | 0 | 0.39 | 0.19 |
| Hex | 42 | 1D | 1D | 0 | 38 | 38 | 4A | 0 | 27 | 13 |
| Octal | 102 | 35 | 35 | 0 | 70 | 70 | 112 | 0 | 47 | 23 |
| Binary | 1000010 | 11101 | 11101 | 0 | 111000 | 111000 | 1001010 | 0 | 100111 | 10011 |
Color Harmonies of #421D1D
Complementary color
Monochromatic Colors of #421D1D
Black with #421D1D
Text Example
Text Example
White with #421D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D1D; }
p { color: rgb(66,29,29); }
H1.HeaderClassName
{
color: #421D1D;
}
.AnyTagClassName
{
color: #421D1D;
}
</style>
background-color css
<style>
a { background-color: #421D1D; }
a { background-color: rgb(66,29,29); }
div.DivClassName
{
background-color: #421D1D;
}
.BgClassName
{
background-color: #421D1D;
}
</style>
border-color css
<style>
span { border-color: #421D1D; }
span { border-color: rgb(66,29,29); }
td.TdClassName
{
border-color: #421D1D;
}
.TagClassName
{
border-color: #421D1D;
}
</style>