Shades of Brown Pod #3B1D16
Tints of Brown Pod #3B1D16
RGB
CMYK
RGB Variations
Color information
#3B1D16 (or 0x3B1D16) is known color: Brown Pod. HEX triplet: 3B, 1D and 16. RGB value is (59,29,22). Sum of RGB (Red+Green+Blue) = 59+29+22=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D16 is #C4E2E9. Grayscale: #252525. Windows color (decimal): -12903146 or 1449275. OLE color: 1449275.
HSL color Cylindrical-coordinate representation of color #3B1D16: hue angle of 11.35º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1D16 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 22 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.77 |
| HSL | 11.35º | 0.46% | 0.16% | - |
| HSV(B) | 11.35º | 0.63% | 0.23% | - |
| XYZ | 2.39 | 1.87 | 0.99 | - |
| YUV | 37.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 22 | 0 | 0.51 | 0.63 | 0.77 | 11.35 | 0.46 | 0.16 |
| Hex | 3B | 1D | 16 | 0 | 33 | 3F | 4D | B | 2E | 10 |
| Octal | 73 | 35 | 26 | 0 | 63 | 77 | 115 | 13 | 56 | 20 |
| Binary | 111011 | 11101 | 10110 | 0 | 110011 | 111111 | 1001101 | 1011 | 101110 | 10000 |
Color Harmonies of #3B1D16
Complementary color
Monochromatic Colors of #3B1D16
Black with #3B1D16
Text Example
Text Example
White with #3B1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D16; }
p { color: rgb(59,29,22); }
H1.HeaderClassName
{
color: #3B1D16;
}
.AnyTagClassName
{
color: #3B1D16;
}
</style>
background-color css
<style>
a { background-color: #3B1D16; }
a { background-color: rgb(59,29,22); }
div.DivClassName
{
background-color: #3B1D16;
}
.BgClassName
{
background-color: #3B1D16;
}
</style>
border-color css
<style>
span { border-color: #3B1D16; }
span { border-color: rgb(59,29,22); }
td.TdClassName
{
border-color: #3B1D16;
}
.TagClassName
{
border-color: #3B1D16;
}
</style>