Shades of Brown Pod #3E1701
Tints of Brown Pod #3E1701
RGB
CMYK
RGB Variations
Color information
#3E1701 (or 0x3E1701) is known color: Brown Pod. HEX triplet: 3E, 17 and 01. RGB value is (62,23,1). Sum of RGB (Red+Green+Blue) = 62+23+1=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1701 is #C1E8FE. Grayscale: #202020. Windows color (decimal): -12708095 or 71486. OLE color: 71486.
HSL color Cylindrical-coordinate representation of color #3E1701: hue angle of 21.64º 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 #3E1701 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 1 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.76 |
| HSL | 21.64º | 0.97% | 0.12% | - |
| HSV(B) | 21.64º | 0.98% | 0.24% | - |
| XYZ | 2.3 | 1.64 | 0.22 | - |
| YUV | 32.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 1 | 0 | 0.63 | 0.98 | 0.76 | 21.64 | 0.97 | 0.12 |
| Hex | 3E | 17 | 1 | 0 | 3F | 62 | 4C | 16 | 61 | C |
| Octal | 76 | 27 | 1 | 0 | 77 | 142 | 114 | 26 | 141 | 14 |
| Binary | 111110 | 10111 | 1 | 0 | 111111 | 1100010 | 1001100 | 10110 | 1100001 | 1100 |
Color Harmonies of #3E1701
Complementary color
Monochromatic Colors of #3E1701
Black with #3E1701
Text Example
Text Example
White with #3E1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1701; }
p { color: rgb(62,23,1); }
H1.HeaderClassName
{
color: #3E1701;
}
.AnyTagClassName
{
color: #3E1701;
}
</style>
background-color css
<style>
a { background-color: #3E1701; }
a { background-color: rgb(62,23,1); }
div.DivClassName
{
background-color: #3E1701;
}
.BgClassName
{
background-color: #3E1701;
}
</style>
border-color css
<style>
span { border-color: #3E1701; }
span { border-color: rgb(62,23,1); }
td.TdClassName
{
border-color: #3E1701;
}
.TagClassName
{
border-color: #3E1701;
}
</style>