Shades of Seal Brown #3E1B1B
Tints of Seal Brown #3E1B1B
RGB
CMYK
RGB Variations
Color information
#3E1B1B (or 0x3E1B1B) is known color: Seal Brown. HEX triplet: 3E, 1B and 1B. RGB value is (62,27,27). Sum of RGB (Red+Green+Blue) = 62+27+27=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B1B is #C1E4E4. Grayscale: #252525. Windows color (decimal): -12707045 or 1776446. OLE color: 1776446.
HSL color Cylindrical-coordinate representation of color #3E1B1B: hue angle of 0º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E1B1B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 27 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.76 |
| HSL | 0º | 0.39% | 0.17% | - |
| HSV(B) | 0º | 0.56% | 0.24% | - |
| XYZ | 2.58 | 1.89 | 1.27 | - |
| YUV | 37.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 27 | 0 | 0.56 | 0.56 | 0.76 | 0 | 0.39 | 0.17 |
| Hex | 3E | 1B | 1B | 0 | 38 | 38 | 4C | 0 | 27 | 11 |
| Octal | 76 | 33 | 33 | 0 | 70 | 70 | 114 | 0 | 47 | 21 |
| Binary | 111110 | 11011 | 11011 | 0 | 111000 | 111000 | 1001100 | 0 | 100111 | 10001 |
Color Harmonies of #3E1B1B
Complementary color
Monochromatic Colors of #3E1B1B
Black with #3E1B1B
Text Example
Text Example
White with #3E1B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B1B; }
p { color: rgb(62,27,27); }
H1.HeaderClassName
{
color: #3E1B1B;
}
.AnyTagClassName
{
color: #3E1B1B;
}
</style>
background-color css
<style>
a { background-color: #3E1B1B; }
a { background-color: rgb(62,27,27); }
div.DivClassName
{
background-color: #3E1B1B;
}
.BgClassName
{
background-color: #3E1B1B;
}
</style>
border-color css
<style>
span { border-color: #3E1B1B; }
span { border-color: rgb(62,27,27); }
td.TdClassName
{
border-color: #3E1B1B;
}
.TagClassName
{
border-color: #3E1B1B;
}
</style>