Shades of Seal Brown #420B00
Tints of Seal Brown #420B00
RGB
CMYK
RGB Variations
Color information
#420B00 (or 0x420B00) is known color: Seal Brown. HEX triplet: 42, 0B and 00. RGB value is (66,11,0). Sum of RGB (Red+Green+Blue) = 66+11+0=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B00 is #BDF4FF. Grayscale: #1A1A1A. Windows color (decimal): -12449024 or 2882. OLE color: 2882.
HSL color Cylindrical-coordinate representation of color #420B00: hue angle of 10º 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 #420B00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.74 |
| HSL | 10º | 1% | 0.13% | - |
| HSV(B) | 10º | 1% | 0.26% | - |
| XYZ | 2.37 | 1.4 | 0.15 | - |
| YUV | 26.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 0 | 0 | 0.83 | 1 | 0.74 | 10 | 1 | 0.13 |
| Hex | 42 | B | 0 | 0 | 53 | 64 | 4A | A | 64 | D |
| Octal | 102 | 13 | 0 | 0 | 123 | 144 | 112 | 12 | 144 | 15 |
| Binary | 1000010 | 1011 | 0 | 0 | 1010011 | 1100100 | 1001010 | 1010 | 1100100 | 1101 |
Color Harmonies of #420B00
Complementary color
Monochromatic Colors of #420B00
Black with #420B00
Text Example
Text Example
White with #420B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B00; }
p { color: rgb(66,11,0); }
H1.HeaderClassName
{
color: #420B00;
}
.AnyTagClassName
{
color: #420B00;
}
</style>
background-color css
<style>
a { background-color: #420B00; }
a { background-color: rgb(66,11,0); }
div.DivClassName
{
background-color: #420B00;
}
.BgClassName
{
background-color: #420B00;
}
</style>
border-color css
<style>
span { border-color: #420B00; }
span { border-color: rgb(66,11,0); }
td.TdClassName
{
border-color: #420B00;
}
.TagClassName
{
border-color: #420B00;
}
</style>