Shades of Seal Brown #3E0D08
Tints of Seal Brown #3E0D08
RGB
CMYK
RGB Variations
Color information
#3E0D08 (or 0x3E0D08) is known color: Seal Brown. HEX triplet: 3E, 0D and 08. RGB value is (62,13,8). Sum of RGB (Red+Green+Blue) = 62+13+8=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0D08 is #C1F2F7. Grayscale: #1B1B1B. Windows color (decimal): -12710648 or 527678. OLE color: 527678.
HSL color Cylindrical-coordinate representation of color #3E0D08: hue angle of 5.56º 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 #3E0D08 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 8 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.76 |
| HSL | 5.56º | 0.77% | 0.14% | - |
| HSV(B) | 5.56º | 0.87% | 0.24% | - |
| XYZ | 2.17 | 1.33 | 0.37 | - |
| YUV | 27.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 8 | 0 | 0.79 | 0.87 | 0.76 | 5.56 | 0.77 | 0.14 |
| Hex | 3E | D | 8 | 0 | 4F | 57 | 4C | 6 | 4D | E |
| Octal | 76 | 15 | 10 | 0 | 117 | 127 | 114 | 6 | 115 | 16 |
| Binary | 111110 | 1101 | 1000 | 0 | 1001111 | 1010111 | 1001100 | 110 | 1001101 | 1110 |
Color Harmonies of #3E0D08
Complementary color
Monochromatic Colors of #3E0D08
Black with #3E0D08
Text Example
Text Example
White with #3E0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D08; }
p { color: rgb(62,13,8); }
H1.HeaderClassName
{
color: #3E0D08;
}
.AnyTagClassName
{
color: #3E0D08;
}
</style>
background-color css
<style>
a { background-color: #3E0D08; }
a { background-color: rgb(62,13,8); }
div.DivClassName
{
background-color: #3E0D08;
}
.BgClassName
{
background-color: #3E0D08;
}
</style>
border-color css
<style>
span { border-color: #3E0D08; }
span { border-color: rgb(62,13,8); }
td.TdClassName
{
border-color: #3E0D08;
}
.TagClassName
{
border-color: #3E0D08;
}
</style>