Shades of Brown Pod #3E1807
Tints of Brown Pod #3E1807
RGB
CMYK
RGB Variations
Color information
#3E1807 (or 0x3E1807) is known color: Brown Pod. HEX triplet: 3E, 18 and 07. RGB value is (62,24,7). Sum of RGB (Red+Green+Blue) = 62+24+7=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1807 is #C1E7F8. Grayscale: #212121. Windows color (decimal): -12707833 or 464958. OLE color: 464958.
HSL color Cylindrical-coordinate representation of color #3E1807: hue angle of 18.55º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E1807 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 7 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.76 |
| HSL | 18.55º | 0.8% | 0.14% | - |
| HSV(B) | 18.55º | 0.89% | 0.24% | - |
| XYZ | 2.35 | 1.69 | 0.4 | - |
| YUV | 33.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 7 | 0 | 0.61 | 0.89 | 0.76 | 18.55 | 0.8 | 0.14 |
| Hex | 3E | 18 | 7 | 0 | 3D | 59 | 4C | 13 | 50 | E |
| Octal | 76 | 30 | 7 | 0 | 75 | 131 | 114 | 23 | 120 | 16 |
| Binary | 111110 | 11000 | 111 | 0 | 111101 | 1011001 | 1001100 | 10011 | 1010000 | 1110 |
Color Harmonies of #3E1807
Complementary color
Monochromatic Colors of #3E1807
Black with #3E1807
Text Example
Text Example
White with #3E1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1807; }
p { color: rgb(62,24,7); }
H1.HeaderClassName
{
color: #3E1807;
}
.AnyTagClassName
{
color: #3E1807;
}
</style>
background-color css
<style>
a { background-color: #3E1807; }
a { background-color: rgb(62,24,7); }
div.DivClassName
{
background-color: #3E1807;
}
.BgClassName
{
background-color: #3E1807;
}
</style>
border-color css
<style>
span { border-color: #3E1807; }
span { border-color: rgb(62,24,7); }
td.TdClassName
{
border-color: #3E1807;
}
.TagClassName
{
border-color: #3E1807;
}
</style>