Shades of Brown Pod #3E231C
Tints of Brown Pod #3E231C
RGB
CMYK
RGB Variations
Color information
#3E231C (or 0x3E231C) is known color: Brown Pod. HEX triplet: 3E, 23 and 1C. RGB value is (62,35,28). Sum of RGB (Red+Green+Blue) = 62+35+28=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E231C is #C1DCE3. Grayscale: #2A2A2A. Windows color (decimal): -12704996 or 1844030. OLE color: 1844030.
HSL color Cylindrical-coordinate representation of color #3E231C: hue angle of 12.35º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E231C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 35 | 28 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.76 |
| HSL | 12.35º | 0.38% | 0.18% | - |
| HSV(B) | 12.35º | 0.55% | 0.24% | - |
| XYZ | 2.8 | 2.31 | 1.4 | - |
| YUV | 42.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 28 | 0 | 0.44 | 0.55 | 0.76 | 12.35 | 0.38 | 0.18 |
| Hex | 3E | 23 | 1C | 0 | 2C | 37 | 4C | C | 26 | 12 |
| Octal | 76 | 43 | 34 | 0 | 54 | 67 | 114 | 14 | 46 | 22 |
| Binary | 111110 | 100011 | 11100 | 0 | 101100 | 110111 | 1001100 | 1100 | 100110 | 10010 |
Color Harmonies of #3E231C
Complementary color
Monochromatic Colors of #3E231C
Black with #3E231C
Text Example
Text Example
White with #3E231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E231C; }
p { color: rgb(62,35,28); }
H1.HeaderClassName
{
color: #3E231C;
}
.AnyTagClassName
{
color: #3E231C;
}
</style>
background-color css
<style>
a { background-color: #3E231C; }
a { background-color: rgb(62,35,28); }
div.DivClassName
{
background-color: #3E231C;
}
.BgClassName
{
background-color: #3E231C;
}
</style>
border-color css
<style>
span { border-color: #3E231C; }
span { border-color: rgb(62,35,28); }
td.TdClassName
{
border-color: #3E231C;
}
.TagClassName
{
border-color: #3E231C;
}
</style>