Shades of Brown Pod #3E170A
Tints of Brown Pod #3E170A
RGB
CMYK
RGB Variations
Color information
#3E170A (or 0x3E170A) is known color: Brown Pod. HEX triplet: 3E, 17 and 0A. RGB value is (62,23,10). Sum of RGB (Red+Green+Blue) = 62+23+10=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E170A is #C1E8F5. Grayscale: #212121. Windows color (decimal): -12708086 or 661310. OLE color: 661310.
HSL color Cylindrical-coordinate representation of color #3E170A: hue angle of 15º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E170A is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 10 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.76 |
| HSL | 15º | 0.72% | 0.14% | - |
| HSV(B) | 15º | 0.84% | 0.24% | - |
| XYZ | 2.35 | 1.66 | 0.48 | - |
| YUV | 33.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 10 | 0 | 0.63 | 0.84 | 0.76 | 15 | 0.72 | 0.14 |
| Hex | 3E | 17 | A | 0 | 3F | 54 | 4C | F | 48 | E |
| Octal | 76 | 27 | 12 | 0 | 77 | 124 | 114 | 17 | 110 | 16 |
| Binary | 111110 | 10111 | 1010 | 0 | 111111 | 1010100 | 1001100 | 1111 | 1001000 | 1110 |
Color Harmonies of #3E170A
Complementary color
Monochromatic Colors of #3E170A
Black with #3E170A
Text Example
Text Example
White with #3E170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E170A; }
p { color: rgb(62,23,10); }
H1.HeaderClassName
{
color: #3E170A;
}
.AnyTagClassName
{
color: #3E170A;
}
</style>
background-color css
<style>
a { background-color: #3E170A; }
a { background-color: rgb(62,23,10); }
div.DivClassName
{
background-color: #3E170A;
}
.BgClassName
{
background-color: #3E170A;
}
</style>
border-color css
<style>
span { border-color: #3E170A; }
span { border-color: rgb(62,23,10); }
td.TdClassName
{
border-color: #3E170A;
}
.TagClassName
{
border-color: #3E170A;
}
</style>