Shades of Brown Pod #3E1802
Tints of Brown Pod #3E1802
RGB
CMYK
RGB Variations
Color information
#3E1802 (or 0x3E1802) is known color: Brown Pod. HEX triplet: 3E, 18 and 02. RGB value is (62,24,2). Sum of RGB (Red+Green+Blue) = 62+24+2=88 (11% of max value = 765). Red value is 62 (24.61% from 255 or 70.45% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1802 is #C1E7FD. Grayscale: #202020. Windows color (decimal): -12707838 or 137278. OLE color: 137278.
HSL color Cylindrical-coordinate representation of color #3E1802: hue angle of 22º 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 #3E1802 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 2 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.76 |
| HSL | 22º | 0.94% | 0.13% | - |
| HSV(B) | 22º | 0.97% | 0.24% | - |
| XYZ | 2.32 | 1.68 | 0.26 | - |
| YUV | 32.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 2 | 0 | 0.61 | 0.97 | 0.76 | 22 | 0.94 | 0.13 |
| Hex | 3E | 18 | 2 | 0 | 3D | 61 | 4C | 16 | 5E | D |
| Octal | 76 | 30 | 2 | 0 | 75 | 141 | 114 | 26 | 136 | 15 |
| Binary | 111110 | 11000 | 10 | 0 | 111101 | 1100001 | 1001100 | 10110 | 1011110 | 1101 |
Color Harmonies of #3E1802
Complementary color
Monochromatic Colors of #3E1802
Black with #3E1802
Text Example
Text Example
White with #3E1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1802; }
p { color: rgb(62,24,2); }
H1.HeaderClassName
{
color: #3E1802;
}
.AnyTagClassName
{
color: #3E1802;
}
</style>
background-color css
<style>
a { background-color: #3E1802; }
a { background-color: rgb(62,24,2); }
div.DivClassName
{
background-color: #3E1802;
}
.BgClassName
{
background-color: #3E1802;
}
</style>
border-color css
<style>
span { border-color: #3E1802; }
span { border-color: rgb(62,24,2); }
td.TdClassName
{
border-color: #3E1802;
}
.TagClassName
{
border-color: #3E1802;
}
</style>