Shades of Brown Pod #3E1B00
Tints of Brown Pod #3E1B00
RGB
CMYK
RGB Variations
Color information
#3E1B00 (or 0x3E1B00) is known color: Brown Pod. HEX triplet: 3E, 1B and 00. RGB value is (62,27,0). Sum of RGB (Red+Green+Blue) = 62+27+0=89 (11% of max value = 765). Red value is 62 (24.61% from 255 or 69.66% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1B00 is #C1E4FF. Grayscale: #222222. Windows color (decimal): -12707072 or 6974. OLE color: 6974.
HSL color Cylindrical-coordinate representation of color #3E1B00: hue angle of 26.13º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E1B00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.76 |
| HSL | 26.13º | 1% | 0.12% | - |
| HSV(B) | 26.13º | 1% | 0.24% | - |
| XYZ | 2.38 | 1.81 | 0.22 | - |
| YUV | 34.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 0 | 0 | 0.56 | 1 | 0.76 | 26.13 | 1 | 0.12 |
| Hex | 3E | 1B | 0 | 0 | 38 | 64 | 4C | 1A | 64 | C |
| Octal | 76 | 33 | 0 | 0 | 70 | 144 | 114 | 32 | 144 | 14 |
| Binary | 111110 | 11011 | 0 | 0 | 111000 | 1100100 | 1001100 | 11010 | 1100100 | 1100 |
Color Harmonies of #3E1B00
Complementary color
Monochromatic Colors of #3E1B00
Black with #3E1B00
Text Example
Text Example
White with #3E1B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B00; }
p { color: rgb(62,27,0); }
H1.HeaderClassName
{
color: #3E1B00;
}
.AnyTagClassName
{
color: #3E1B00;
}
</style>
background-color css
<style>
a { background-color: #3E1B00; }
a { background-color: rgb(62,27,0); }
div.DivClassName
{
background-color: #3E1B00;
}
.BgClassName
{
background-color: #3E1B00;
}
</style>
border-color css
<style>
span { border-color: #3E1B00; }
span { border-color: rgb(62,27,0); }
td.TdClassName
{
border-color: #3E1B00;
}
.TagClassName
{
border-color: #3E1B00;
}
</style>