Shades of Brown Pod #3E1B15
Tints of Brown Pod #3E1B15
RGB
CMYK
RGB Variations
Color information
#3E1B15 (or 0x3E1B15) is known color: Brown Pod. HEX triplet: 3E, 1B and 15. RGB value is (62,27,21). Sum of RGB (Red+Green+Blue) = 62+27+21=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1B15 is #C1E4EA. Grayscale: #242424. Windows color (decimal): -12707051 or 1383230. OLE color: 1383230.
HSL color Cylindrical-coordinate representation of color #3E1B15: hue angle of 8.78º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1B15 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 21 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.76 |
| HSL | 8.78º | 0.49% | 0.16% | - |
| HSV(B) | 8.78º | 0.66% | 0.24% | - |
| XYZ | 2.51 | 1.86 | 0.94 | - |
| YUV | 36.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 21 | 0 | 0.56 | 0.66 | 0.76 | 8.78 | 0.49 | 0.16 |
| Hex | 3E | 1B | 15 | 0 | 38 | 42 | 4C | 9 | 31 | 10 |
| Octal | 76 | 33 | 25 | 0 | 70 | 102 | 114 | 11 | 61 | 20 |
| Binary | 111110 | 11011 | 10101 | 0 | 111000 | 1000010 | 1001100 | 1001 | 110001 | 10000 |
Color Harmonies of #3E1B15
Complementary color
Monochromatic Colors of #3E1B15
Black with #3E1B15
Text Example
Text Example
White with #3E1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B15; }
p { color: rgb(62,27,21); }
H1.HeaderClassName
{
color: #3E1B15;
}
.AnyTagClassName
{
color: #3E1B15;
}
</style>
background-color css
<style>
a { background-color: #3E1B15; }
a { background-color: rgb(62,27,21); }
div.DivClassName
{
background-color: #3E1B15;
}
.BgClassName
{
background-color: #3E1B15;
}
</style>
border-color css
<style>
span { border-color: #3E1B15; }
span { border-color: rgb(62,27,21); }
td.TdClassName
{
border-color: #3E1B15;
}
.TagClassName
{
border-color: #3E1B15;
}
</style>