Shades of Seal Brown #420603
Tints of Seal Brown #420603
RGB
CMYK
RGB Variations
Color information
#420603 (or 0x420603) is known color: Seal Brown. HEX triplet: 42, 06 and 03. RGB value is (66,6,3). Sum of RGB (Red+Green+Blue) = 66+6+3=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420603 is #BDF9FC. Grayscale: #171717. Windows color (decimal): -12450301 or 198210. OLE color: 198210.
HSL color Cylindrical-coordinate representation of color #420603: hue angle of 2.86º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420603 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 6 | 3 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.74 |
| HSL | 2.86º | 0.91% | 0.14% | - |
| HSV(B) | 2.86º | 0.95% | 0.26% | - |
| XYZ | 2.33 | 1.3 | 0.21 | - |
| YUV | 23.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 3 | 0 | 0.91 | 0.95 | 0.74 | 2.86 | 0.91 | 0.14 |
| Hex | 42 | 6 | 3 | 0 | 5B | 5F | 4A | 3 | 5B | E |
| Octal | 102 | 6 | 3 | 0 | 133 | 137 | 112 | 3 | 133 | 16 |
| Binary | 1000010 | 110 | 11 | 0 | 1011011 | 1011111 | 1001010 | 11 | 1011011 | 1110 |
Color Harmonies of #420603
Complementary color
Monochromatic Colors of #420603
Black with #420603
Text Example
Text Example
White with #420603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420603; }
p { color: rgb(66,6,3); }
H1.HeaderClassName
{
color: #420603;
}
.AnyTagClassName
{
color: #420603;
}
</style>
background-color css
<style>
a { background-color: #420603; }
a { background-color: rgb(66,6,3); }
div.DivClassName
{
background-color: #420603;
}
.BgClassName
{
background-color: #420603;
}
</style>
border-color css
<style>
span { border-color: #420603; }
span { border-color: rgb(66,6,3); }
td.TdClassName
{
border-color: #420603;
}
.TagClassName
{
border-color: #420603;
}
</style>