Shades of Brown Pod #3E1C01
Tints of Brown Pod #3E1C01
RGB
CMYK
RGB Variations
Color information
#3E1C01 (or 0x3E1C01) is known color: Brown Pod. HEX triplet: 3E, 1C and 01. RGB value is (62,28,1). Sum of RGB (Red+Green+Blue) = 62+28+1=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1C01 is #C1E3FE. Grayscale: #232323. Windows color (decimal): -12706815 or 72766. OLE color: 72766.
HSL color Cylindrical-coordinate representation of color #3E1C01: hue angle of 26.56º 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 #3E1C01 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 28 | 1 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.76 |
| HSL | 26.56º | 0.97% | 0.12% | - |
| HSV(B) | 26.56º | 0.98% | 0.24% | - |
| XYZ | 2.41 | 1.86 | 0.26 | - |
| YUV | 35.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 1 | 0 | 0.55 | 0.98 | 0.76 | 26.56 | 0.97 | 0.12 |
| Hex | 3E | 1C | 1 | 0 | 37 | 62 | 4C | 1B | 61 | C |
| Octal | 76 | 34 | 1 | 0 | 67 | 142 | 114 | 33 | 141 | 14 |
| Binary | 111110 | 11100 | 1 | 0 | 110111 | 1100010 | 1001100 | 11011 | 1100001 | 1100 |
Color Harmonies of #3E1C01
Complementary color
Monochromatic Colors of #3E1C01
Black with #3E1C01
Text Example
Text Example
White with #3E1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C01; }
p { color: rgb(62,28,1); }
H1.HeaderClassName
{
color: #3E1C01;
}
.AnyTagClassName
{
color: #3E1C01;
}
</style>
background-color css
<style>
a { background-color: #3E1C01; }
a { background-color: rgb(62,28,1); }
div.DivClassName
{
background-color: #3E1C01;
}
.BgClassName
{
background-color: #3E1C01;
}
</style>
border-color css
<style>
span { border-color: #3E1C01; }
span { border-color: rgb(62,28,1); }
td.TdClassName
{
border-color: #3E1C01;
}
.TagClassName
{
border-color: #3E1C01;
}
</style>