Shades of Seal Brown #420900
Tints of Seal Brown #420900
RGB
CMYK
RGB Variations
Color information
#420900 (or 0x420900) is known color: Seal Brown. HEX triplet: 42, 09 and 00. RGB value is (66,9,0). Sum of RGB (Red+Green+Blue) = 66+9+0=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420900 is #BDF6FF. Grayscale: #191919. Windows color (decimal): -12449536 or 2370. OLE color: 2370.
HSL color Cylindrical-coordinate representation of color #420900: hue angle of 8.18º 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 #420900 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.74 |
| HSL | 8.18º | 1% | 0.13% | - |
| HSV(B) | 8.18º | 1% | 0.26% | - |
| XYZ | 2.34 | 1.35 | 0.14 | - |
| YUV | 25.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 0 | 0 | 0.86 | 1 | 0.74 | 8.18 | 1 | 0.13 |
| Hex | 42 | 9 | 0 | 0 | 56 | 64 | 4A | 8 | 64 | D |
| Octal | 102 | 11 | 0 | 0 | 126 | 144 | 112 | 10 | 144 | 15 |
| Binary | 1000010 | 1001 | 0 | 0 | 1010110 | 1100100 | 1001010 | 1000 | 1100100 | 1101 |
Color Harmonies of #420900
Complementary color
Monochromatic Colors of #420900
Black with #420900
Text Example
Text Example
White with #420900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420900; }
p { color: rgb(66,9,0); }
H1.HeaderClassName
{
color: #420900;
}
.AnyTagClassName
{
color: #420900;
}
</style>
background-color css
<style>
a { background-color: #420900; }
a { background-color: rgb(66,9,0); }
div.DivClassName
{
background-color: #420900;
}
.BgClassName
{
background-color: #420900;
}
</style>
border-color css
<style>
span { border-color: #420900; }
span { border-color: rgb(66,9,0); }
td.TdClassName
{
border-color: #420900;
}
.TagClassName
{
border-color: #420900;
}
</style>