Shades of Brown Pod #3E1B01
Tints of Brown Pod #3E1B01
RGB
CMYK
RGB Variations
Color information
#3E1B01 (or 0x3E1B01) is known color: Brown Pod. HEX triplet: 3E, 1B and 01. RGB value is (62,27,1). Sum of RGB (Red+Green+Blue) = 62+27+1=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1B01 is #C1E4FE. Grayscale: #222222. Windows color (decimal): -12707071 or 72510. OLE color: 72510.
HSL color Cylindrical-coordinate representation of color #3E1B01: hue angle of 25.57º 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 #3E1B01 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 1 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.76 |
| HSL | 25.57º | 0.97% | 0.12% | - |
| HSV(B) | 25.57º | 0.98% | 0.24% | - |
| XYZ | 2.38 | 1.81 | 0.25 | - |
| YUV | 34.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 1 | 0 | 0.56 | 0.98 | 0.76 | 25.57 | 0.97 | 0.12 |
| Hex | 3E | 1B | 1 | 0 | 38 | 62 | 4C | 1A | 61 | C |
| Octal | 76 | 33 | 1 | 0 | 70 | 142 | 114 | 32 | 141 | 14 |
| Binary | 111110 | 11011 | 1 | 0 | 111000 | 1100010 | 1001100 | 11010 | 1100001 | 1100 |
Color Harmonies of #3E1B01
Complementary color
Monochromatic Colors of #3E1B01
Black with #3E1B01
Text Example
Text Example
White with #3E1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B01; }
p { color: rgb(62,27,1); }
H1.HeaderClassName
{
color: #3E1B01;
}
.AnyTagClassName
{
color: #3E1B01;
}
</style>
background-color css
<style>
a { background-color: #3E1B01; }
a { background-color: rgb(62,27,1); }
div.DivClassName
{
background-color: #3E1B01;
}
.BgClassName
{
background-color: #3E1B01;
}
</style>
border-color css
<style>
span { border-color: #3E1B01; }
span { border-color: rgb(62,27,1); }
td.TdClassName
{
border-color: #3E1B01;
}
.TagClassName
{
border-color: #3E1B01;
}
</style>