Shades of Brown Pod #3E1500
Tints of Brown Pod #3E1500
RGB
CMYK
RGB Variations
Color information
#3E1500 (or 0x3E1500) is known color: Brown Pod. HEX triplet: 3E, 15 and 00. RGB value is (62,21,0). Sum of RGB (Red+Green+Blue) = 62+21+0=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1500 is #C1EAFF. Grayscale: #1E1E1E. Windows color (decimal): -12708608 or 5438. OLE color: 5438.
HSL color Cylindrical-coordinate representation of color #3E1500: hue angle of 20.32º 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 #3E1500 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.76 |
| HSL | 20.32º | 1% | 0.12% | - |
| HSV(B) | 20.32º | 1% | 0.24% | - |
| XYZ | 2.25 | 1.56 | 0.18 | - |
| YUV | 30.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 0 | 0 | 0.66 | 1 | 0.76 | 20.32 | 1 | 0.12 |
| Hex | 3E | 15 | 0 | 0 | 42 | 64 | 4C | 14 | 64 | C |
| Octal | 76 | 25 | 0 | 0 | 102 | 144 | 114 | 24 | 144 | 14 |
| Binary | 111110 | 10101 | 0 | 0 | 1000010 | 1100100 | 1001100 | 10100 | 1100100 | 1100 |
Color Harmonies of #3E1500
Complementary color
Monochromatic Colors of #3E1500
Black with #3E1500
Text Example
Text Example
White with #3E1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1500; }
p { color: rgb(62,21,0); }
H1.HeaderClassName
{
color: #3E1500;
}
.AnyTagClassName
{
color: #3E1500;
}
</style>
background-color css
<style>
a { background-color: #3E1500; }
a { background-color: rgb(62,21,0); }
div.DivClassName
{
background-color: #3E1500;
}
.BgClassName
{
background-color: #3E1500;
}
</style>
border-color css
<style>
span { border-color: #3E1500; }
span { border-color: rgb(62,21,0); }
td.TdClassName
{
border-color: #3E1500;
}
.TagClassName
{
border-color: #3E1500;
}
</style>