Shades of Brown Pod #3E1F1C
Tints of Brown Pod #3E1F1C
RGB
CMYK
RGB Variations
Color information
#3E1F1C (or 0x3E1F1C) is known color: Brown Pod. HEX triplet: 3E, 1F and 1C. RGB value is (62,31,28). Sum of RGB (Red+Green+Blue) = 62+31+28=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F1C is #C1E0E3. Grayscale: #272727. Windows color (decimal): -12706020 or 1843006. OLE color: 1843006.
HSL color Cylindrical-coordinate representation of color #3E1F1C: hue angle of 5.29º 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 #3E1F1C is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 31 | 28 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.76 |
| HSL | 5.29º | 0.38% | 0.18% | - |
| HSV(B) | 5.29º | 0.55% | 0.24% | - |
| XYZ | 2.69 | 2.09 | 1.36 | - |
| YUV | 39.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 28 | 0 | 0.5 | 0.55 | 0.76 | 5.29 | 0.38 | 0.18 |
| Hex | 3E | 1F | 1C | 0 | 32 | 37 | 4C | 5 | 26 | 12 |
| Octal | 76 | 37 | 34 | 0 | 62 | 67 | 114 | 5 | 46 | 22 |
| Binary | 111110 | 11111 | 11100 | 0 | 110010 | 110111 | 1001100 | 101 | 100110 | 10010 |
Color Harmonies of #3E1F1C
Complementary color
Monochromatic Colors of #3E1F1C
Black with #3E1F1C
Text Example
Text Example
White with #3E1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F1C; }
p { color: rgb(62,31,28); }
H1.HeaderClassName
{
color: #3E1F1C;
}
.AnyTagClassName
{
color: #3E1F1C;
}
</style>
background-color css
<style>
a { background-color: #3E1F1C; }
a { background-color: rgb(62,31,28); }
div.DivClassName
{
background-color: #3E1F1C;
}
.BgClassName
{
background-color: #3E1F1C;
}
</style>
border-color css
<style>
span { border-color: #3E1F1C; }
span { border-color: rgb(62,31,28); }
td.TdClassName
{
border-color: #3E1F1C;
}
.TagClassName
{
border-color: #3E1F1C;
}
</style>