Shades of Brown Pod #3E241B
Tints of Brown Pod #3E241B
RGB
CMYK
RGB Variations
Color information
#3E241B (or 0x3E241B) is known color: Brown Pod. HEX triplet: 3E, 24 and 1B. RGB value is (62,36,27). Sum of RGB (Red+Green+Blue) = 62+36+27=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E241B is #C1DBE4. Grayscale: #2A2A2A. Windows color (decimal): -12704741 or 1778750. OLE color: 1778750.
HSL color Cylindrical-coordinate representation of color #3E241B: hue angle of 15.43º 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 #3E241B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 36 | 27 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.76 |
| HSL | 15.43º | 0.39% | 0.17% | - |
| HSV(B) | 15.43º | 0.56% | 0.24% | - |
| XYZ | 2.82 | 2.37 | 1.35 | - |
| YUV | 42.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 27 | 0 | 0.42 | 0.56 | 0.76 | 15.43 | 0.39 | 0.17 |
| Hex | 3E | 24 | 1B | 0 | 2A | 38 | 4C | F | 27 | 11 |
| Octal | 76 | 44 | 33 | 0 | 52 | 70 | 114 | 17 | 47 | 21 |
| Binary | 111110 | 100100 | 11011 | 0 | 101010 | 111000 | 1001100 | 1111 | 100111 | 10001 |
Color Harmonies of #3E241B
Complementary color
Monochromatic Colors of #3E241B
Black with #3E241B
Text Example
Text Example
White with #3E241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E241B; }
p { color: rgb(62,36,27); }
H1.HeaderClassName
{
color: #3E241B;
}
.AnyTagClassName
{
color: #3E241B;
}
</style>
background-color css
<style>
a { background-color: #3E241B; }
a { background-color: rgb(62,36,27); }
div.DivClassName
{
background-color: #3E241B;
}
.BgClassName
{
background-color: #3E241B;
}
</style>
border-color css
<style>
span { border-color: #3E241B; }
span { border-color: rgb(62,36,27); }
td.TdClassName
{
border-color: #3E241B;
}
.TagClassName
{
border-color: #3E241B;
}
</style>