Shades of Brown Pod #3B2214
Tints of Brown Pod #3B2214
RGB
CMYK
RGB Variations
Color information
#3B2214 (or 0x3B2214) is known color: Brown Pod. HEX triplet: 3B, 22 and 14. RGB value is (59,34,20). Sum of RGB (Red+Green+Blue) = 59+34+20=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2214 is #C4DDEB. Grayscale: #272727. Windows color (decimal): -12901868 or 1319483. OLE color: 1319483.
HSL color Cylindrical-coordinate representation of color #3B2214: hue angle of 21.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B2214 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 20 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.77 |
| HSL | 21.54º | 0.49% | 0.15% | - |
| HSV(B) | 21.54º | 0.66% | 0.23% | - |
| XYZ | 2.5 | 2.12 | 0.94 | - |
| YUV | 39.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 20 | 0 | 0.42 | 0.66 | 0.77 | 21.54 | 0.49 | 0.15 |
| Hex | 3B | 22 | 14 | 0 | 2A | 42 | 4D | 16 | 31 | F |
| Octal | 73 | 42 | 24 | 0 | 52 | 102 | 115 | 26 | 61 | 17 |
| Binary | 111011 | 100010 | 10100 | 0 | 101010 | 1000010 | 1001101 | 10110 | 110001 | 1111 |
Color Harmonies of #3B2214
Complementary color
Monochromatic Colors of #3B2214
Black with #3B2214
Text Example
Text Example
White with #3B2214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2214; }
p { color: rgb(59,34,20); }
H1.HeaderClassName
{
color: #3B2214;
}
.AnyTagClassName
{
color: #3B2214;
}
</style>
background-color css
<style>
a { background-color: #3B2214; }
a { background-color: rgb(59,34,20); }
div.DivClassName
{
background-color: #3B2214;
}
.BgClassName
{
background-color: #3B2214;
}
</style>
border-color css
<style>
span { border-color: #3B2214; }
span { border-color: rgb(59,34,20); }
td.TdClassName
{
border-color: #3B2214;
}
.TagClassName
{
border-color: #3B2214;
}
</style>