Shades of Seal Brown #420C03
Tints of Seal Brown #420C03
RGB
CMYK
RGB Variations
Color information
#420C03 (or 0x420C03) is known color: Seal Brown. HEX triplet: 42, 0C and 03. RGB value is (66,12,3). Sum of RGB (Red+Green+Blue) = 66+12+3=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #420C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C03 is #BDF3FC. Grayscale: #1B1B1B. Windows color (decimal): -12448765 or 199746. OLE color: 199746.
HSL color Cylindrical-coordinate representation of color #420C03: hue angle of 8.57º 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 #420C03 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 3 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.74 |
| HSL | 8.57º | 0.91% | 0.14% | - |
| HSV(B) | 8.57º | 0.95% | 0.26% | - |
| XYZ | 2.39 | 1.43 | 0.24 | - |
| YUV | 27.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 3 | 0 | 0.82 | 0.95 | 0.74 | 8.57 | 0.91 | 0.14 |
| Hex | 42 | C | 3 | 0 | 52 | 5F | 4A | 9 | 5B | E |
| Octal | 102 | 14 | 3 | 0 | 122 | 137 | 112 | 11 | 133 | 16 |
| Binary | 1000010 | 1100 | 11 | 0 | 1010010 | 1011111 | 1001010 | 1001 | 1011011 | 1110 |
Color Harmonies of #420C03
Complementary color
Monochromatic Colors of #420C03
Black with #420C03
Text Example
Text Example
White with #420C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C03; }
p { color: rgb(66,12,3); }
H1.HeaderClassName
{
color: #420C03;
}
.AnyTagClassName
{
color: #420C03;
}
</style>
background-color css
<style>
a { background-color: #420C03; }
a { background-color: rgb(66,12,3); }
div.DivClassName
{
background-color: #420C03;
}
.BgClassName
{
background-color: #420C03;
}
</style>
border-color css
<style>
span { border-color: #420C03; }
span { border-color: rgb(66,12,3); }
td.TdClassName
{
border-color: #420C03;
}
.TagClassName
{
border-color: #420C03;
}
</style>