Shades of Seal Brown #3E0B01
Tints of Seal Brown #3E0B01
RGB
CMYK
RGB Variations
Color information
#3E0B01 (or 0x3E0B01) is known color: Seal Brown. HEX triplet: 3E, 0B and 01. RGB value is (62,11,1). Sum of RGB (Red+Green+Blue) = 62+11+1=74 (9% of max value = 765). Red value is 62 (24.61% from 255 or 83.78% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B01 is #C1F4FE. Grayscale: #191919. Windows color (decimal): -12711167 or 68414. OLE color: 68414.
HSL color Cylindrical-coordinate representation of color #3E0B01: hue angle of 9.84º 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 #3E0B01 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 1 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.76 |
| HSL | 9.84º | 0.97% | 0.12% | - |
| HSV(B) | 9.84º | 0.98% | 0.24% | - |
| XYZ | 2.11 | 1.27 | 0.16 | - |
| YUV | 25.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 1 | 0 | 0.82 | 0.98 | 0.76 | 9.84 | 0.97 | 0.12 |
| Hex | 3E | B | 1 | 0 | 52 | 62 | 4C | A | 61 | C |
| Octal | 76 | 13 | 1 | 0 | 122 | 142 | 114 | 12 | 141 | 14 |
| Binary | 111110 | 1011 | 1 | 0 | 1010010 | 1100010 | 1001100 | 1010 | 1100001 | 1100 |
Color Harmonies of #3E0B01
Complementary color
Monochromatic Colors of #3E0B01
Black with #3E0B01
Text Example
Text Example
White with #3E0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B01; }
p { color: rgb(62,11,1); }
H1.HeaderClassName
{
color: #3E0B01;
}
.AnyTagClassName
{
color: #3E0B01;
}
</style>
background-color css
<style>
a { background-color: #3E0B01; }
a { background-color: rgb(62,11,1); }
div.DivClassName
{
background-color: #3E0B01;
}
.BgClassName
{
background-color: #3E0B01;
}
</style>
border-color css
<style>
span { border-color: #3E0B01; }
span { border-color: rgb(62,11,1); }
td.TdClassName
{
border-color: #3E0B01;
}
.TagClassName
{
border-color: #3E0B01;
}
</style>