Shades of Brown Pod #3E271D
Tints of Brown Pod #3E271D
RGB
CMYK
RGB Variations
Color information
#3E271D (or 0x3E271D) is known color: Brown Pod. HEX triplet: 3E, 27 and 1D. RGB value is (62,39,29). Sum of RGB (Red+Green+Blue) = 62+39+29=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E271D is #C1D8E2. Grayscale: #2C2C2C. Windows color (decimal): -12703971 or 1910590. OLE color: 1910590.
HSL color Cylindrical-coordinate representation of color #3E271D: hue angle of 18.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E271D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 29 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.76 |
| HSL | 18.18º | 0.36% | 0.18% | - |
| HSV(B) | 18.18º | 0.53% | 0.24% | - |
| XYZ | 2.93 | 2.56 | 1.5 | - |
| YUV | 44.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 29 | 0 | 0.37 | 0.53 | 0.76 | 18.18 | 0.36 | 0.18 |
| Hex | 3E | 27 | 1D | 0 | 25 | 35 | 4C | 12 | 24 | 12 |
| Octal | 76 | 47 | 35 | 0 | 45 | 65 | 114 | 22 | 44 | 22 |
| Binary | 111110 | 100111 | 11101 | 0 | 100101 | 110101 | 1001100 | 10010 | 100100 | 10010 |
Color Harmonies of #3E271D
Complementary color
Monochromatic Colors of #3E271D
Black with #3E271D
Text Example
Text Example
White with #3E271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E271D; }
p { color: rgb(62,39,29); }
H1.HeaderClassName
{
color: #3E271D;
}
.AnyTagClassName
{
color: #3E271D;
}
</style>
background-color css
<style>
a { background-color: #3E271D; }
a { background-color: rgb(62,39,29); }
div.DivClassName
{
background-color: #3E271D;
}
.BgClassName
{
background-color: #3E271D;
}
</style>
border-color css
<style>
span { border-color: #3E271D; }
span { border-color: rgb(62,39,29); }
td.TdClassName
{
border-color: #3E271D;
}
.TagClassName
{
border-color: #3E271D;
}
</style>