Shades of Brown Pod #3E231B
Tints of Brown Pod #3E231B
RGB
CMYK
RGB Variations
Color information
#3E231B (or 0x3E231B) is known color: Brown Pod. HEX triplet: 3E, 23 and 1B. RGB value is (62,35,27). Sum of RGB (Red+Green+Blue) = 62+35+27=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E231B is #C1DCE4. Grayscale: #2A2A2A. Windows color (decimal): -12704997 or 1778494. OLE color: 1778494.
HSL color Cylindrical-coordinate representation of color #3E231B: hue angle of 13.71º 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 #3E231B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 35 | 27 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.76 |
| HSL | 13.71º | 0.39% | 0.17% | - |
| HSV(B) | 13.71º | 0.56% | 0.24% | - |
| XYZ | 2.79 | 2.31 | 1.34 | - |
| YUV | 42.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 27 | 0 | 0.44 | 0.56 | 0.76 | 13.71 | 0.39 | 0.17 |
| Hex | 3E | 23 | 1B | 0 | 2C | 38 | 4C | E | 27 | 11 |
| Octal | 76 | 43 | 33 | 0 | 54 | 70 | 114 | 16 | 47 | 21 |
| Binary | 111110 | 100011 | 11011 | 0 | 101100 | 111000 | 1001100 | 1110 | 100111 | 10001 |
Color Harmonies of #3E231B
Complementary color
Monochromatic Colors of #3E231B
Black with #3E231B
Text Example
Text Example
White with #3E231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E231B; }
p { color: rgb(62,35,27); }
H1.HeaderClassName
{
color: #3E231B;
}
.AnyTagClassName
{
color: #3E231B;
}
</style>
background-color css
<style>
a { background-color: #3E231B; }
a { background-color: rgb(62,35,27); }
div.DivClassName
{
background-color: #3E231B;
}
.BgClassName
{
background-color: #3E231B;
}
</style>
border-color css
<style>
span { border-color: #3E231B; }
span { border-color: rgb(62,35,27); }
td.TdClassName
{
border-color: #3E231B;
}
.TagClassName
{
border-color: #3E231B;
}
</style>