Shades of Brown Pod #3E2015
Tints of Brown Pod #3E2015
RGB
CMYK
RGB Variations
Color information
#3E2015 (or 0x3E2015) is known color: Brown Pod. HEX triplet: 3E, 20 and 15. RGB value is (62,32,21). Sum of RGB (Red+Green+Blue) = 62+32+21=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2015 is #C1DFEA. Grayscale: #272727. Windows color (decimal): -12705771 or 1384510. OLE color: 1384510.
HSL color Cylindrical-coordinate representation of color #3E2015: hue angle of 16.1º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E2015 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 32 | 21 | - |
CMYK | 0 | 0.48 | 0.66 | 0.76 |
HSL | 16.1º | 0.49% | 0.16% | - |
HSV(B) | 16.1º | 0.66% | 0.24% | - |
XYZ | 2.64 | 2.11 | 0.98 | - |
YUV | 39.72 | 117.44 | 143.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 32 | 21 | 0 | 0.48 | 0.66 | 0.76 | 16.1 | 0.49 | 0.16 |
Hex | 3E | 20 | 15 | 0 | 30 | 42 | 4C | 10 | 31 | 10 |
Octal | 76 | 40 | 25 | 0 | 60 | 102 | 114 | 20 | 61 | 20 |
Binary | 111110 | 100000 | 10101 | 0 | 110000 | 1000010 | 1001100 | 10000 | 110001 | 10000 |
Color Harmonies of #3E2015
Complementary color
Monochromatic Colors of #3E2015
Black with #3E2015
Text Example
Text Example
White with #3E2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2015; }
p { color: rgb(62,32,21); }
H1.HeaderClassName
{
color: #3E2015;
}
.AnyTagClassName
{
color: #3E2015;
}
</style>
background-color css
<style>
a { background-color: #3E2015; }
a { background-color: rgb(62,32,21); }
div.DivClassName
{
background-color: #3E2015;
}
.BgClassName
{
background-color: #3E2015;
}
</style>
border-color css
<style>
span { border-color: #3E2015; }
span { border-color: rgb(62,32,21); }
td.TdClassName
{
border-color: #3E2015;
}
.TagClassName
{
border-color: #3E2015;
}
</style>