Shades of Seal Brown #420601
Tints of Seal Brown #420601
RGB
CMYK
RGB Variations
Color information
#420601 (or 0x420601) is known color: Seal Brown. HEX triplet: 42, 06 and 01. RGB value is (66,6,1). Sum of RGB (Red+Green+Blue) = 66+6+1=73 (9% of max value = 765). Red value is 66 (26.17% from 255 or 90.41% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 66 - color contains mainly: red. Hex color #420601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420601 is #BDF9FE. Grayscale: #171717. Windows color (decimal): -12450303 or 67138. OLE color: 67138.
HSL color Cylindrical-coordinate representation of color #420601: hue angle of 4.62º 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 #420601 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 6 | 1 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.74 |
| HSL | 4.62º | 0.97% | 0.13% | - |
| HSV(B) | 4.62º | 0.98% | 0.26% | - |
| XYZ | 2.32 | 1.29 | 0.16 | - |
| YUV | 23.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 1 | 0 | 0.91 | 0.98 | 0.74 | 4.62 | 0.97 | 0.13 |
| Hex | 42 | 6 | 1 | 0 | 5B | 62 | 4A | 5 | 61 | D |
| Octal | 102 | 6 | 1 | 0 | 133 | 142 | 112 | 5 | 141 | 15 |
| Binary | 1000010 | 110 | 1 | 0 | 1011011 | 1100010 | 1001010 | 101 | 1100001 | 1101 |
Color Harmonies of #420601
Complementary color
Monochromatic Colors of #420601
Black with #420601
Text Example
Text Example
White with #420601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420601; }
p { color: rgb(66,6,1); }
H1.HeaderClassName
{
color: #420601;
}
.AnyTagClassName
{
color: #420601;
}
</style>
background-color css
<style>
a { background-color: #420601; }
a { background-color: rgb(66,6,1); }
div.DivClassName
{
background-color: #420601;
}
.BgClassName
{
background-color: #420601;
}
</style>
border-color css
<style>
span { border-color: #420601; }
span { border-color: rgb(66,6,1); }
td.TdClassName
{
border-color: #420601;
}
.TagClassName
{
border-color: #420601;
}
</style>