Shades of Seal Brown #421001
Tints of Seal Brown #421001
RGB
CMYK
RGB Variations
Color information
#421001 (or 0x421001) is known color: Seal Brown. HEX triplet: 42, 10 and 01. RGB value is (66,16,1). Sum of RGB (Red+Green+Blue) = 66+16+1=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #421001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421001 is #BDEFFE. Grayscale: #1D1D1D. Windows color (decimal): -12447743 or 69698. OLE color: 69698.
HSL color Cylindrical-coordinate representation of color #421001: hue angle of 13.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #421001 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 1 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.74 |
| HSL | 13.85º | 0.97% | 0.13% | - |
| HSV(B) | 13.85º | 0.98% | 0.26% | - |
| XYZ | 2.44 | 1.53 | 0.2 | - |
| YUV | 29.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 1 | 0 | 0.76 | 0.98 | 0.74 | 13.85 | 0.97 | 0.13 |
| Hex | 42 | 10 | 1 | 0 | 4C | 62 | 4A | E | 61 | D |
| Octal | 102 | 20 | 1 | 0 | 114 | 142 | 112 | 16 | 141 | 15 |
| Binary | 1000010 | 10000 | 1 | 0 | 1001100 | 1100010 | 1001010 | 1110 | 1100001 | 1101 |
Color Harmonies of #421001
Complementary color
Monochromatic Colors of #421001
Black with #421001
Text Example
Text Example
White with #421001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421001; }
p { color: rgb(66,16,1); }
H1.HeaderClassName
{
color: #421001;
}
.AnyTagClassName
{
color: #421001;
}
</style>
background-color css
<style>
a { background-color: #421001; }
a { background-color: rgb(66,16,1); }
div.DivClassName
{
background-color: #421001;
}
.BgClassName
{
background-color: #421001;
}
</style>
border-color css
<style>
span { border-color: #421001; }
span { border-color: rgb(66,16,1); }
td.TdClassName
{
border-color: #421001;
}
.TagClassName
{
border-color: #421001;
}
</style>