Shades of Seal Brown #421000
Tints of Seal Brown #421000
RGB
CMYK
RGB Variations
Color information
#421000 (or 0x421000) is known color: Seal Brown. HEX triplet: 42, 10 and 00. RGB value is (66,16,0). Sum of RGB (Red+Green+Blue) = 66+16+0=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #421000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421000 is #BDEFFF. Grayscale: #1D1D1D. Windows color (decimal): -12447744 or 4162. OLE color: 4162.
HSL color Cylindrical-coordinate representation of color #421000: hue angle of 14.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #421000 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.74 |
| HSL | 14.55º | 1% | 0.13% | - |
| HSV(B) | 14.55º | 1% | 0.26% | - |
| XYZ | 2.43 | 1.53 | 0.17 | - |
| YUV | 29.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 0 | 0 | 0.76 | 1 | 0.74 | 14.55 | 1 | 0.13 |
| Hex | 42 | 10 | 0 | 0 | 4C | 64 | 4A | F | 64 | D |
| Octal | 102 | 20 | 0 | 0 | 114 | 144 | 112 | 17 | 144 | 15 |
| Binary | 1000010 | 10000 | 0 | 0 | 1001100 | 1100100 | 1001010 | 1111 | 1100100 | 1101 |
Color Harmonies of #421000
Complementary color
Monochromatic Colors of #421000
Black with #421000
Text Example
Text Example
White with #421000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421000; }
p { color: rgb(66,16,0); }
H1.HeaderClassName
{
color: #421000;
}
.AnyTagClassName
{
color: #421000;
}
</style>
background-color css
<style>
a { background-color: #421000; }
a { background-color: rgb(66,16,0); }
div.DivClassName
{
background-color: #421000;
}
.BgClassName
{
background-color: #421000;
}
</style>
border-color css
<style>
span { border-color: #421000; }
span { border-color: rgb(66,16,0); }
td.TdClassName
{
border-color: #421000;
}
.TagClassName
{
border-color: #421000;
}
</style>