Shades of Seal Brown #3E1003
Tints of Seal Brown #3E1003
RGB
CMYK
RGB Variations
Color information
#3E1003 (or 0x3E1003) is known color: Seal Brown. HEX triplet: 3E, 10 and 03. RGB value is (62,16,3). Sum of RGB (Red+Green+Blue) = 62+16+3=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1003 is #C1EFFC. Grayscale: #1C1C1C. Windows color (decimal): -12709885 or 200766. OLE color: 200766.
HSL color Cylindrical-coordinate representation of color #3E1003: hue angle of 13.22º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E1003 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 3 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.76 |
| HSL | 13.22º | 0.91% | 0.13% | - |
| HSV(B) | 13.22º | 0.95% | 0.24% | - |
| XYZ | 2.19 | 1.4 | 0.24 | - |
| YUV | 28.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 3 | 0 | 0.74 | 0.95 | 0.76 | 13.22 | 0.91 | 0.13 |
| Hex | 3E | 10 | 3 | 0 | 4A | 5F | 4C | D | 5B | D |
| Octal | 76 | 20 | 3 | 0 | 112 | 137 | 114 | 15 | 133 | 15 |
| Binary | 111110 | 10000 | 11 | 0 | 1001010 | 1011111 | 1001100 | 1101 | 1011011 | 1101 |
Color Harmonies of #3E1003
Complementary color
Monochromatic Colors of #3E1003
Black with #3E1003
Text Example
Text Example
White with #3E1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1003; }
p { color: rgb(62,16,3); }
H1.HeaderClassName
{
color: #3E1003;
}
.AnyTagClassName
{
color: #3E1003;
}
</style>
background-color css
<style>
a { background-color: #3E1003; }
a { background-color: rgb(62,16,3); }
div.DivClassName
{
background-color: #3E1003;
}
.BgClassName
{
background-color: #3E1003;
}
</style>
border-color css
<style>
span { border-color: #3E1003; }
span { border-color: rgb(62,16,3); }
td.TdClassName
{
border-color: #3E1003;
}
.TagClassName
{
border-color: #3E1003;
}
</style>