Shades of Brown Pod #3E1800
Tints of Brown Pod #3E1800
RGB
CMYK
RGB Variations
Color information
#3E1800 (or 0x3E1800) is known color: Brown Pod. HEX triplet: 3E, 18 and 00. RGB value is (62,24,0). Sum of RGB (Red+Green+Blue) = 62+24+0=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1800 is #C1E7FF. Grayscale: #202020. Windows color (decimal): -12707840 or 6206. OLE color: 6206.
HSL color Cylindrical-coordinate representation of color #3E1800: hue angle of 23.23º 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 #3E1800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.76 |
| HSL | 23.23º | 1% | 0.12% | - |
| HSV(B) | 23.23º | 1% | 0.24% | - |
| XYZ | 2.31 | 1.68 | 0.2 | - |
| YUV | 32.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 0 | 0 | 0.61 | 1 | 0.76 | 23.23 | 1 | 0.12 |
| Hex | 3E | 18 | 0 | 0 | 3D | 64 | 4C | 17 | 64 | C |
| Octal | 76 | 30 | 0 | 0 | 75 | 144 | 114 | 27 | 144 | 14 |
| Binary | 111110 | 11000 | 0 | 0 | 111101 | 1100100 | 1001100 | 10111 | 1100100 | 1100 |
Color Harmonies of #3E1800
Complementary color
Monochromatic Colors of #3E1800
Black with #3E1800
Text Example
Text Example
White with #3E1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1800; }
p { color: rgb(62,24,0); }
H1.HeaderClassName
{
color: #3E1800;
}
.AnyTagClassName
{
color: #3E1800;
}
</style>
background-color css
<style>
a { background-color: #3E1800; }
a { background-color: rgb(62,24,0); }
div.DivClassName
{
background-color: #3E1800;
}
.BgClassName
{
background-color: #3E1800;
}
</style>
border-color css
<style>
span { border-color: #3E1800; }
span { border-color: rgb(62,24,0); }
td.TdClassName
{
border-color: #3E1800;
}
.TagClassName
{
border-color: #3E1800;
}
</style>