Shades of Brown Pod #3B2923
Tints of Brown Pod #3B2923
RGB
CMYK
RGB Variations
Color information
#3B2923 (or 0x3B2923) is known color: Brown Pod. HEX triplet: 3B, 29 and 23. RGB value is (59,41,35). Sum of RGB (Red+Green+Blue) = 59+41+35=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2923 is #C4D6DC. Grayscale: #2D2D2D. Windows color (decimal): -12900061 or 2304315. OLE color: 2304315.
HSL color Cylindrical-coordinate representation of color #3B2923: hue angle of 15º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2923 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 35 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.77 |
| HSL | 15º | 0.26% | 0.18% | - |
| HSV(B) | 15º | 0.41% | 0.23% | - |
| XYZ | 2.9 | 2.64 | 1.95 | - |
| YUV | 45.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 35 | 0 | 0.31 | 0.41 | 0.77 | 15 | 0.26 | 0.18 |
| Hex | 3B | 29 | 23 | 0 | 1F | 29 | 4D | F | 1A | 12 |
| Octal | 73 | 51 | 43 | 0 | 37 | 51 | 115 | 17 | 32 | 22 |
| Binary | 111011 | 101001 | 100011 | 0 | 11111 | 101001 | 1001101 | 1111 | 11010 | 10010 |
Color Harmonies of #3B2923
Complementary color
Monochromatic Colors of #3B2923
Black with #3B2923
Text Example
Text Example
White with #3B2923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2923; }
p { color: rgb(59,41,35); }
H1.HeaderClassName
{
color: #3B2923;
}
.AnyTagClassName
{
color: #3B2923;
}
</style>
background-color css
<style>
a { background-color: #3B2923; }
a { background-color: rgb(59,41,35); }
div.DivClassName
{
background-color: #3B2923;
}
.BgClassName
{
background-color: #3B2923;
}
</style>
border-color css
<style>
span { border-color: #3B2923; }
span { border-color: rgb(59,41,35); }
td.TdClassName
{
border-color: #3B2923;
}
.TagClassName
{
border-color: #3B2923;
}
</style>