Shades of Seal Brown #42130D
Tints of Seal Brown #42130D
RGB
CMYK
RGB Variations
Color information
#42130D (or 0x42130D) is known color: Seal Brown. HEX triplet: 42, 13 and 0D. RGB value is (66,19,13). Sum of RGB (Red+Green+Blue) = 66+19+13=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42130D is #BDECF2. Grayscale: #202020. Windows color (decimal): -12446963 or 856898. OLE color: 856898.
HSL color Cylindrical-coordinate representation of color #42130D: hue angle of 6.79º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42130D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 19 | 13 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.74 |
| HSL | 6.79º | 0.67% | 0.15% | - |
| HSV(B) | 6.79º | 0.8% | 0.26% | - |
| XYZ | 2.55 | 1.65 | 0.57 | - |
| YUV | 32.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 13 | 0 | 0.71 | 0.80 | 0.74 | 6.79 | 0.67 | 0.15 |
| Hex | 42 | 13 | D | 0 | 47 | 50 | 4A | 7 | 43 | F |
| Octal | 102 | 23 | 15 | 0 | 107 | 120 | 112 | 7 | 103 | 17 |
| Binary | 1000010 | 10011 | 1101 | 0 | 1000111 | 1010000 | 1001010 | 111 | 1000011 | 1111 |
Color Harmonies of #42130D
Complementary color
Monochromatic Colors of #42130D
Black with #42130D
Text Example
Text Example
White with #42130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42130D; }
p { color: rgb(66,19,13); }
H1.HeaderClassName
{
color: #42130D;
}
.AnyTagClassName
{
color: #42130D;
}
</style>
background-color css
<style>
a { background-color: #42130D; }
a { background-color: rgb(66,19,13); }
div.DivClassName
{
background-color: #42130D;
}
.BgClassName
{
background-color: #42130D;
}
</style>
border-color css
<style>
span { border-color: #42130D; }
span { border-color: rgb(66,19,13); }
td.TdClassName
{
border-color: #42130D;
}
.TagClassName
{
border-color: #42130D;
}
</style>