Shades of Brown Pod #3B2822
Tints of Brown Pod #3B2822
RGB
CMYK
RGB Variations
Color information
#3B2822 (or 0x3B2822) is known color: Brown Pod. HEX triplet: 3B, 28 and 22. RGB value is (59,40,34). Sum of RGB (Red+Green+Blue) = 59+40+34=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2822 is #C4D7DD. Grayscale: #2D2D2D. Windows color (decimal): -12900318 or 2238523. OLE color: 2238523.
HSL color Cylindrical-coordinate representation of color #3B2822: hue angle of 14.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2822 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 34 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.77 |
| HSL | 14.4º | 0.27% | 0.18% | - |
| HSV(B) | 14.4º | 0.42% | 0.23% | - |
| XYZ | 2.85 | 2.56 | 1.86 | - |
| YUV | 45 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 34 | 0 | 0.32 | 0.42 | 0.77 | 14.4 | 0.27 | 0.18 |
| Hex | 3B | 28 | 22 | 0 | 20 | 2A | 4D | E | 1B | 12 |
| Octal | 73 | 50 | 42 | 0 | 40 | 52 | 115 | 16 | 33 | 22 |
| Binary | 111011 | 101000 | 100010 | 0 | 100000 | 101010 | 1001101 | 1110 | 11011 | 10010 |
Color Harmonies of #3B2822
Complementary color
Monochromatic Colors of #3B2822
Black with #3B2822
Text Example
Text Example
White with #3B2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2822; }
p { color: rgb(59,40,34); }
H1.HeaderClassName
{
color: #3B2822;
}
.AnyTagClassName
{
color: #3B2822;
}
</style>
background-color css
<style>
a { background-color: #3B2822; }
a { background-color: rgb(59,40,34); }
div.DivClassName
{
background-color: #3B2822;
}
.BgClassName
{
background-color: #3B2822;
}
</style>
border-color css
<style>
span { border-color: #3B2822; }
span { border-color: rgb(59,40,34); }
td.TdClassName
{
border-color: #3B2822;
}
.TagClassName
{
border-color: #3B2822;
}
</style>