Shades of Seal Brown #3E0C01
Tints of Seal Brown #3E0C01
RGB
CMYK
RGB Variations
Color information
#3E0C01 (or 0x3E0C01) is known color: Seal Brown. HEX triplet: 3E, 0C and 01. RGB value is (62,12,1). Sum of RGB (Red+Green+Blue) = 62+12+1=75 (9% of max value = 765). Red value is 62 (24.61% from 255 or 82.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0C01 is #C1F3FE. Grayscale: #191919. Windows color (decimal): -12710911 or 68670. OLE color: 68670.
HSL color Cylindrical-coordinate representation of color #3E0C01: hue angle of 10.82º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0C01 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 12 | 1 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.76 |
| HSL | 10.82º | 0.97% | 0.12% | - |
| HSV(B) | 10.82º | 0.98% | 0.24% | - |
| XYZ | 2.12 | 1.29 | 0.17 | - |
| YUV | 25.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 1 | 0 | 0.81 | 0.98 | 0.76 | 10.82 | 0.97 | 0.12 |
| Hex | 3E | C | 1 | 0 | 51 | 62 | 4C | B | 61 | C |
| Octal | 76 | 14 | 1 | 0 | 121 | 142 | 114 | 13 | 141 | 14 |
| Binary | 111110 | 1100 | 1 | 0 | 1010001 | 1100010 | 1001100 | 1011 | 1100001 | 1100 |
Color Harmonies of #3E0C01
Complementary color
Monochromatic Colors of #3E0C01
Black with #3E0C01
Text Example
Text Example
White with #3E0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0C01; }
p { color: rgb(62,12,1); }
H1.HeaderClassName
{
color: #3E0C01;
}
.AnyTagClassName
{
color: #3E0C01;
}
</style>
background-color css
<style>
a { background-color: #3E0C01; }
a { background-color: rgb(62,12,1); }
div.DivClassName
{
background-color: #3E0C01;
}
.BgClassName
{
background-color: #3E0C01;
}
</style>
border-color css
<style>
span { border-color: #3E0C01; }
span { border-color: rgb(62,12,1); }
td.TdClassName
{
border-color: #3E0C01;
}
.TagClassName
{
border-color: #3E0C01;
}
</style>