Shades of Seal Brown #3E0C08
Tints of Seal Brown #3E0C08
RGB
CMYK
RGB Variations
Color information
#3E0C08 (or 0x3E0C08) is known color: Seal Brown. HEX triplet: 3E, 0C and 08. RGB value is (62,12,8). Sum of RGB (Red+Green+Blue) = 62+12+8=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0C08 is #C1F3F7. Grayscale: #1A1A1A. Windows color (decimal): -12710904 or 527422. OLE color: 527422.
HSL color Cylindrical-coordinate representation of color #3E0C08: hue angle of 4.44º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0C08 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 12 | 8 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.76 |
| HSL | 4.44º | 0.77% | 0.14% | - |
| HSV(B) | 4.44º | 0.87% | 0.24% | - |
| XYZ | 2.16 | 1.3 | 0.37 | - |
| YUV | 26.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 8 | 0 | 0.81 | 0.87 | 0.76 | 4.44 | 0.77 | 0.14 |
| Hex | 3E | C | 8 | 0 | 51 | 57 | 4C | 4 | 4D | E |
| Octal | 76 | 14 | 10 | 0 | 121 | 127 | 114 | 4 | 115 | 16 |
| Binary | 111110 | 1100 | 1000 | 0 | 1010001 | 1010111 | 1001100 | 100 | 1001101 | 1110 |
Color Harmonies of #3E0C08
Complementary color
Monochromatic Colors of #3E0C08
Black with #3E0C08
Text Example
Text Example
White with #3E0C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0C08; }
p { color: rgb(62,12,8); }
H1.HeaderClassName
{
color: #3E0C08;
}
.AnyTagClassName
{
color: #3E0C08;
}
</style>
background-color css
<style>
a { background-color: #3E0C08; }
a { background-color: rgb(62,12,8); }
div.DivClassName
{
background-color: #3E0C08;
}
.BgClassName
{
background-color: #3E0C08;
}
</style>
border-color css
<style>
span { border-color: #3E0C08; }
span { border-color: rgb(62,12,8); }
td.TdClassName
{
border-color: #3E0C08;
}
.TagClassName
{
border-color: #3E0C08;
}
</style>