Shades of Brown Pod #3E1700
Tints of Brown Pod #3E1700
RGB
CMYK
RGB Variations
Color information
#3E1700 (or 0x3E1700) is known color: Brown Pod. HEX triplet: 3E, 17 and 00. RGB value is (62,23,0). Sum of RGB (Red+Green+Blue) = 62+23+0=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1700 is #C1E8FF. Grayscale: #202020. Windows color (decimal): -12708096 or 5950. OLE color: 5950.
HSL color Cylindrical-coordinate representation of color #3E1700: hue angle of 22.26º 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 #3E1700 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.76 |
| HSL | 22.26º | 1% | 0.12% | - |
| HSV(B) | 22.26º | 1% | 0.24% | - |
| XYZ | 2.29 | 1.64 | 0.2 | - |
| YUV | 32.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 0 | 0 | 0.63 | 1 | 0.76 | 22.26 | 1 | 0.12 |
| Hex | 3E | 17 | 0 | 0 | 3F | 64 | 4C | 16 | 64 | C |
| Octal | 76 | 27 | 0 | 0 | 77 | 144 | 114 | 26 | 144 | 14 |
| Binary | 111110 | 10111 | 0 | 0 | 111111 | 1100100 | 1001100 | 10110 | 1100100 | 1100 |
Color Harmonies of #3E1700
Complementary color
Monochromatic Colors of #3E1700
Black with #3E1700
Text Example
Text Example
White with #3E1700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1700; }
p { color: rgb(62,23,0); }
H1.HeaderClassName
{
color: #3E1700;
}
.AnyTagClassName
{
color: #3E1700;
}
</style>
background-color css
<style>
a { background-color: #3E1700; }
a { background-color: rgb(62,23,0); }
div.DivClassName
{
background-color: #3E1700;
}
.BgClassName
{
background-color: #3E1700;
}
</style>
border-color css
<style>
span { border-color: #3E1700; }
span { border-color: rgb(62,23,0); }
td.TdClassName
{
border-color: #3E1700;
}
.TagClassName
{
border-color: #3E1700;
}
</style>