Shades of Brown Pod #3E2012
Tints of Brown Pod #3E2012
RGB
CMYK
RGB Variations
Color information
#3E2012 (or 0x3E2012) is known color: Brown Pod. HEX triplet: 3E, 20 and 12. RGB value is (62,32,18). Sum of RGB (Red+Green+Blue) = 62+32+18=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2012 is #C1DFED. Grayscale: #272727. Windows color (decimal): -12705774 or 1187902. OLE color: 1187902.
HSL color Cylindrical-coordinate representation of color #3E2012: hue angle of 19.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2012 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 32 | 18 | - |
CMYK | 0 | 0.48 | 0.71 | 0.76 |
HSL | 19.09º | 0.55% | 0.16% | - |
HSV(B) | 19.09º | 0.71% | 0.24% | - |
XYZ | 2.61 | 2.1 | 0.84 | - |
YUV | 39.37 | 115.94 | 144.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 32 | 18 | 0 | 0.48 | 0.71 | 0.76 | 19.09 | 0.55 | 0.16 |
Hex | 3E | 20 | 12 | 0 | 30 | 47 | 4C | 13 | 37 | 10 |
Octal | 76 | 40 | 22 | 0 | 60 | 107 | 114 | 23 | 67 | 20 |
Binary | 111110 | 100000 | 10010 | 0 | 110000 | 1000111 | 1001100 | 10011 | 110111 | 10000 |
Color Harmonies of #3E2012
Complementary color
Monochromatic Colors of #3E2012
Black with #3E2012
Text Example
Text Example
White with #3E2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2012; }
p { color: rgb(62,32,18); }
H1.HeaderClassName
{
color: #3E2012;
}
.AnyTagClassName
{
color: #3E2012;
}
</style>
background-color css
<style>
a { background-color: #3E2012; }
a { background-color: rgb(62,32,18); }
div.DivClassName
{
background-color: #3E2012;
}
.BgClassName
{
background-color: #3E2012;
}
</style>
border-color css
<style>
span { border-color: #3E2012; }
span { border-color: rgb(62,32,18); }
td.TdClassName
{
border-color: #3E2012;
}
.TagClassName
{
border-color: #3E2012;
}
</style>