Shades of Brown Pod #3E1302
Tints of Brown Pod #3E1302
RGB
CMYK
RGB Variations
Color information
#3E1302 (or 0x3E1302) is known color: Brown Pod. HEX triplet: 3E, 13 and 02. RGB value is (62,19,2). Sum of RGB (Red+Green+Blue) = 62+19+2=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1302 is #C1ECFD. Grayscale: #1E1E1E. Windows color (decimal): -12709118 or 135998. OLE color: 135998.
HSL color Cylindrical-coordinate representation of color #3E1302: hue angle of 17º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E1302 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 2 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.76 |
| HSL | 17º | 0.94% | 0.13% | - |
| HSV(B) | 17º | 0.97% | 0.24% | - |
| XYZ | 2.23 | 1.49 | 0.23 | - |
| YUV | 29.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 2 | 0 | 0.69 | 0.97 | 0.76 | 17 | 0.94 | 0.13 |
| Hex | 3E | 13 | 2 | 0 | 45 | 61 | 4C | 11 | 5E | D |
| Octal | 76 | 23 | 2 | 0 | 105 | 141 | 114 | 21 | 136 | 15 |
| Binary | 111110 | 10011 | 10 | 0 | 1000101 | 1100001 | 1001100 | 10001 | 1011110 | 1101 |
Color Harmonies of #3E1302
Complementary color
Monochromatic Colors of #3E1302
Black with #3E1302
Text Example
Text Example
White with #3E1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1302; }
p { color: rgb(62,19,2); }
H1.HeaderClassName
{
color: #3E1302;
}
.AnyTagClassName
{
color: #3E1302;
}
</style>
background-color css
<style>
a { background-color: #3E1302; }
a { background-color: rgb(62,19,2); }
div.DivClassName
{
background-color: #3E1302;
}
.BgClassName
{
background-color: #3E1302;
}
</style>
border-color css
<style>
span { border-color: #3E1302; }
span { border-color: rgb(62,19,2); }
td.TdClassName
{
border-color: #3E1302;
}
.TagClassName
{
border-color: #3E1302;
}
</style>