Shades of Seal Brown #420C01
Tints of Seal Brown #420C01
RGB
CMYK
RGB Variations
Color information
#420C01 (or 0x420C01) is known color: Seal Brown. HEX triplet: 42, 0C and 01. RGB value is (66,12,1). Sum of RGB (Red+Green+Blue) = 66+12+1=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #420C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C01 is #BDF3FE. Grayscale: #1A1A1A. Windows color (decimal): -12448767 or 68674. OLE color: 68674.
HSL color Cylindrical-coordinate representation of color #420C01: hue angle of 10.15º 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 #420C01 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 1 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.74 |
| HSL | 10.15º | 0.97% | 0.13% | - |
| HSV(B) | 10.15º | 0.98% | 0.26% | - |
| XYZ | 2.38 | 1.42 | 0.18 | - |
| YUV | 26.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 1 | 0 | 0.82 | 0.98 | 0.74 | 10.15 | 0.97 | 0.13 |
| Hex | 42 | C | 1 | 0 | 52 | 62 | 4A | A | 61 | D |
| Octal | 102 | 14 | 1 | 0 | 122 | 142 | 112 | 12 | 141 | 15 |
| Binary | 1000010 | 1100 | 1 | 0 | 1010010 | 1100010 | 1001010 | 1010 | 1100001 | 1101 |
Color Harmonies of #420C01
Complementary color
Monochromatic Colors of #420C01
Black with #420C01
Text Example
Text Example
White with #420C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C01; }
p { color: rgb(66,12,1); }
H1.HeaderClassName
{
color: #420C01;
}
.AnyTagClassName
{
color: #420C01;
}
</style>
background-color css
<style>
a { background-color: #420C01; }
a { background-color: rgb(66,12,1); }
div.DivClassName
{
background-color: #420C01;
}
.BgClassName
{
background-color: #420C01;
}
</style>
border-color css
<style>
span { border-color: #420C01; }
span { border-color: rgb(66,12,1); }
td.TdClassName
{
border-color: #420C01;
}
.TagClassName
{
border-color: #420C01;
}
</style>