Shades of Brown Pod #3B1D17
Tints of Brown Pod #3B1D17
RGB
CMYK
RGB Variations
Color information
#3B1D17 (or 0x3B1D17) is known color: Brown Pod. HEX triplet: 3B, 1D and 17. RGB value is (59,29,23). Sum of RGB (Red+Green+Blue) = 59+29+23=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D17 is #C4E2E8. Grayscale: #252525. Windows color (decimal): -12903145 or 1514811. OLE color: 1514811.
HSL color Cylindrical-coordinate representation of color #3B1D17: hue angle of 10º 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 #3B1D17 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 23 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.77 |
| HSL | 10º | 0.44% | 0.16% | - |
| HSV(B) | 10º | 0.61% | 0.23% | - |
| XYZ | 2.4 | 1.87 | 1.05 | - |
| YUV | 37.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 23 | 0 | 0.51 | 0.61 | 0.77 | 10 | 0.44 | 0.16 |
| Hex | 3B | 1D | 17 | 0 | 33 | 3D | 4D | A | 2C | 10 |
| Octal | 73 | 35 | 27 | 0 | 63 | 75 | 115 | 12 | 54 | 20 |
| Binary | 111011 | 11101 | 10111 | 0 | 110011 | 111101 | 1001101 | 1010 | 101100 | 10000 |
Color Harmonies of #3B1D17
Complementary color
Monochromatic Colors of #3B1D17
Black with #3B1D17
Text Example
Text Example
White with #3B1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D17; }
p { color: rgb(59,29,23); }
H1.HeaderClassName
{
color: #3B1D17;
}
.AnyTagClassName
{
color: #3B1D17;
}
</style>
background-color css
<style>
a { background-color: #3B1D17; }
a { background-color: rgb(59,29,23); }
div.DivClassName
{
background-color: #3B1D17;
}
.BgClassName
{
background-color: #3B1D17;
}
</style>
border-color css
<style>
span { border-color: #3B1D17; }
span { border-color: rgb(59,29,23); }
td.TdClassName
{
border-color: #3B1D17;
}
.TagClassName
{
border-color: #3B1D17;
}
</style>