Shades of Brown Pod #3B2117
Tints of Brown Pod #3B2117
RGB
CMYK
RGB Variations
Color information
#3B2117 (or 0x3B2117) is known color: Brown Pod. HEX triplet: 3B, 21 and 17. RGB value is (59,33,23). Sum of RGB (Red+Green+Blue) = 59+33+23=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2117 is #C4DEE8. Grayscale: #272727. Windows color (decimal): -12902121 or 1515835. OLE color: 1515835.
HSL color Cylindrical-coordinate representation of color #3B2117: hue angle of 16.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2117 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 23 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.77 |
| HSL | 16.67º | 0.44% | 0.16% | - |
| HSV(B) | 16.67º | 0.61% | 0.23% | - |
| XYZ | 2.5 | 2.08 | 1.08 | - |
| YUV | 39.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 23 | 0 | 0.44 | 0.61 | 0.77 | 16.67 | 0.44 | 0.16 |
| Hex | 3B | 21 | 17 | 0 | 2C | 3D | 4D | 11 | 2C | 10 |
| Octal | 73 | 41 | 27 | 0 | 54 | 75 | 115 | 21 | 54 | 20 |
| Binary | 111011 | 100001 | 10111 | 0 | 101100 | 111101 | 1001101 | 10001 | 101100 | 10000 |
Color Harmonies of #3B2117
Complementary color
Monochromatic Colors of #3B2117
Black with #3B2117
Text Example
Text Example
White with #3B2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2117; }
p { color: rgb(59,33,23); }
H1.HeaderClassName
{
color: #3B2117;
}
.AnyTagClassName
{
color: #3B2117;
}
</style>
background-color css
<style>
a { background-color: #3B2117; }
a { background-color: rgb(59,33,23); }
div.DivClassName
{
background-color: #3B2117;
}
.BgClassName
{
background-color: #3B2117;
}
</style>
border-color css
<style>
span { border-color: #3B2117; }
span { border-color: rgb(59,33,23); }
td.TdClassName
{
border-color: #3B2117;
}
.TagClassName
{
border-color: #3B2117;
}
</style>