Shades of Brown Pod #3E221B
Tints of Brown Pod #3E221B
RGB
CMYK
RGB Variations
Color information
#3E221B (or 0x3E221B) is known color: Brown Pod. HEX triplet: 3E, 22 and 1B. RGB value is (62,34,27). Sum of RGB (Red+Green+Blue) = 62+34+27=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E221B is #C1DDE4. Grayscale: #292929. Windows color (decimal): -12705253 or 1778238. OLE color: 1778238.
HSL color Cylindrical-coordinate representation of color #3E221B: hue angle of 12º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E221B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 34 | 27 | - |
CMYK | 0 | 0.45 | 0.56 | 0.76 |
HSL | 12º | 0.39% | 0.17% | - |
HSV(B) | 12º | 0.56% | 0.24% | - |
XYZ | 2.76 | 2.25 | 1.33 | - |
YUV | 41.57 | 119.78 | 142.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 34 | 27 | 0 | 0.45 | 0.56 | 0.76 | 12 | 0.39 | 0.17 |
Hex | 3E | 22 | 1B | 0 | 2D | 38 | 4C | C | 27 | 11 |
Octal | 76 | 42 | 33 | 0 | 55 | 70 | 114 | 14 | 47 | 21 |
Binary | 111110 | 100010 | 11011 | 0 | 101101 | 111000 | 1001100 | 1100 | 100111 | 10001 |
Color Harmonies of #3E221B
Complementary color
Monochromatic Colors of #3E221B
Black with #3E221B
Text Example
Text Example
White with #3E221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E221B; }
p { color: rgb(62,34,27); }
H1.HeaderClassName
{
color: #3E221B;
}
.AnyTagClassName
{
color: #3E221B;
}
</style>
background-color css
<style>
a { background-color: #3E221B; }
a { background-color: rgb(62,34,27); }
div.DivClassName
{
background-color: #3E221B;
}
.BgClassName
{
background-color: #3E221B;
}
</style>
border-color css
<style>
span { border-color: #3E221B; }
span { border-color: rgb(62,34,27); }
td.TdClassName
{
border-color: #3E221B;
}
.TagClassName
{
border-color: #3E221B;
}
</style>