Shades of Seal Brown #420F0F
Tints of Seal Brown #420F0F
RGB
CMYK
RGB Variations
Color information
#420F0F (or 0x420F0F) is known color: Seal Brown. HEX triplet: 42, 0F and 0F. RGB value is (66,15,15). Sum of RGB (Red+Green+Blue) = 66+15+15=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #420F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F0F is #BDF0F0. Grayscale: #1E1E1E. Windows color (decimal): -12447985 or 986946. OLE color: 986946.
HSL color Cylindrical-coordinate representation of color #420F0F: hue angle of 0º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F0F is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 15 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.74 |
| HSL | 0º | 0.63% | 0.16% | - |
| HSV(B) | 0º | 0.77% | 0.26% | - |
| XYZ | 2.5 | 1.53 | 0.62 | - |
| YUV | 30.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 15 | 0 | 0.77 | 0.77 | 0.74 | 0 | 0.63 | 0.16 |
| Hex | 42 | F | F | 0 | 4D | 4D | 4A | 0 | 3F | 10 |
| Octal | 102 | 17 | 17 | 0 | 115 | 115 | 112 | 0 | 77 | 20 |
| Binary | 1000010 | 1111 | 1111 | 0 | 1001101 | 1001101 | 1001010 | 0 | 111111 | 10000 |
Color Harmonies of #420F0F
Complementary color
Monochromatic Colors of #420F0F
Black with #420F0F
Text Example
Text Example
White with #420F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F0F; }
p { color: rgb(66,15,15); }
H1.HeaderClassName
{
color: #420F0F;
}
.AnyTagClassName
{
color: #420F0F;
}
</style>
background-color css
<style>
a { background-color: #420F0F; }
a { background-color: rgb(66,15,15); }
div.DivClassName
{
background-color: #420F0F;
}
.BgClassName
{
background-color: #420F0F;
}
</style>
border-color css
<style>
span { border-color: #420F0F; }
span { border-color: rgb(66,15,15); }
td.TdClassName
{
border-color: #420F0F;
}
.TagClassName
{
border-color: #420F0F;
}
</style>