Shades of Brown Pod #3B2723
Tints of Brown Pod #3B2723
RGB
CMYK
RGB Variations
Color information
#3B2723 (or 0x3B2723) is known color: Brown Pod. HEX triplet: 3B, 27 and 23. RGB value is (59,39,35). Sum of RGB (Red+Green+Blue) = 59+39+35=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2723 is #C4D8DC. Grayscale: #2C2C2C. Windows color (decimal): -12900573 or 2303803. OLE color: 2303803.
HSL color Cylindrical-coordinate representation of color #3B2723: hue angle of 10º 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 #3B2723 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 35 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.77 |
| HSL | 10º | 0.26% | 0.18% | - |
| HSV(B) | 10º | 0.41% | 0.23% | - |
| XYZ | 2.83 | 2.5 | 1.92 | - |
| YUV | 44.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 35 | 0 | 0.34 | 0.41 | 0.77 | 10 | 0.26 | 0.18 |
| Hex | 3B | 27 | 23 | 0 | 22 | 29 | 4D | A | 1A | 12 |
| Octal | 73 | 47 | 43 | 0 | 42 | 51 | 115 | 12 | 32 | 22 |
| Binary | 111011 | 100111 | 100011 | 0 | 100010 | 101001 | 1001101 | 1010 | 11010 | 10010 |
Color Harmonies of #3B2723
Complementary color
Monochromatic Colors of #3B2723
Black with #3B2723
Text Example
Text Example
White with #3B2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2723; }
p { color: rgb(59,39,35); }
H1.HeaderClassName
{
color: #3B2723;
}
.AnyTagClassName
{
color: #3B2723;
}
</style>
background-color css
<style>
a { background-color: #3B2723; }
a { background-color: rgb(59,39,35); }
div.DivClassName
{
background-color: #3B2723;
}
.BgClassName
{
background-color: #3B2723;
}
</style>
border-color css
<style>
span { border-color: #3B2723; }
span { border-color: rgb(59,39,35); }
td.TdClassName
{
border-color: #3B2723;
}
.TagClassName
{
border-color: #3B2723;
}
</style>