Shades of Seal Brown #3E0F02
Tints of Seal Brown #3E0F02
RGB
CMYK
RGB Variations
Color information
#3E0F02 (or 0x3E0F02) is known color: Seal Brown. HEX triplet: 3E, 0F and 02. RGB value is (62,15,2). Sum of RGB (Red+Green+Blue) = 62+15+2=79 (10% of max value = 765). Red value is 62 (24.61% from 255 or 78.48% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F02 is #C1F0FD. Grayscale: #1B1B1B. Windows color (decimal): -12710142 or 134974. OLE color: 134974.
HSL color Cylindrical-coordinate representation of color #3E0F02: hue angle of 13º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0F02 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 2 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.76 |
| HSL | 13º | 0.94% | 0.13% | - |
| HSV(B) | 13º | 0.97% | 0.24% | - |
| XYZ | 2.17 | 1.37 | 0.21 | - |
| YUV | 27.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 2 | 0 | 0.76 | 0.97 | 0.76 | 13 | 0.94 | 0.13 |
| Hex | 3E | F | 2 | 0 | 4C | 61 | 4C | D | 5E | D |
| Octal | 76 | 17 | 2 | 0 | 114 | 141 | 114 | 15 | 136 | 15 |
| Binary | 111110 | 1111 | 10 | 0 | 1001100 | 1100001 | 1001100 | 1101 | 1011110 | 1101 |
Color Harmonies of #3E0F02
Complementary color
Monochromatic Colors of #3E0F02
Black with #3E0F02
Text Example
Text Example
White with #3E0F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F02; }
p { color: rgb(62,15,2); }
H1.HeaderClassName
{
color: #3E0F02;
}
.AnyTagClassName
{
color: #3E0F02;
}
</style>
background-color css
<style>
a { background-color: #3E0F02; }
a { background-color: rgb(62,15,2); }
div.DivClassName
{
background-color: #3E0F02;
}
.BgClassName
{
background-color: #3E0F02;
}
</style>
border-color css
<style>
span { border-color: #3E0F02; }
span { border-color: rgb(62,15,2); }
td.TdClassName
{
border-color: #3E0F02;
}
.TagClassName
{
border-color: #3E0F02;
}
</style>