Shades of Brown Pod #3E1201
Tints of Brown Pod #3E1201
RGB
CMYK
RGB Variations
Color information
#3E1201 (or 0x3E1201) is known color: Brown Pod. HEX triplet: 3E, 12 and 01. RGB value is (62,18,1). Sum of RGB (Red+Green+Blue) = 62+18+1=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1201 is #C1EDFE. Grayscale: #1D1D1D. Windows color (decimal): -12709375 or 70206. OLE color: 70206.
HSL color Cylindrical-coordinate representation of color #3E1201: hue angle of 16.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E1201 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 1 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.76 |
| HSL | 16.72º | 0.97% | 0.12% | - |
| HSV(B) | 16.72º | 0.98% | 0.24% | - |
| XYZ | 2.21 | 1.46 | 0.19 | - |
| YUV | 29.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 1 | 0 | 0.71 | 0.98 | 0.76 | 16.72 | 0.97 | 0.12 |
| Hex | 3E | 12 | 1 | 0 | 47 | 62 | 4C | 11 | 61 | C |
| Octal | 76 | 22 | 1 | 0 | 107 | 142 | 114 | 21 | 141 | 14 |
| Binary | 111110 | 10010 | 1 | 0 | 1000111 | 1100010 | 1001100 | 10001 | 1100001 | 1100 |
Color Harmonies of #3E1201
Complementary color
Monochromatic Colors of #3E1201
Black with #3E1201
Text Example
Text Example
White with #3E1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1201; }
p { color: rgb(62,18,1); }
H1.HeaderClassName
{
color: #3E1201;
}
.AnyTagClassName
{
color: #3E1201;
}
</style>
background-color css
<style>
a { background-color: #3E1201; }
a { background-color: rgb(62,18,1); }
div.DivClassName
{
background-color: #3E1201;
}
.BgClassName
{
background-color: #3E1201;
}
</style>
border-color css
<style>
span { border-color: #3E1201; }
span { border-color: rgb(62,18,1); }
td.TdClassName
{
border-color: #3E1201;
}
.TagClassName
{
border-color: #3E1201;
}
</style>