Shades of Brown Pod #3B160B
Tints of Brown Pod #3B160B
RGB
CMYK
RGB Variations
Color information
#3B160B (or 0x3B160B) is known color: Brown Pod. HEX triplet: 3B, 16 and 0B. RGB value is (59,22,11). Sum of RGB (Red+Green+Blue) = 59+22+11=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B160B is #C4E9F4. Grayscale: #1F1F1F. Windows color (decimal): -12904949 or 726587. OLE color: 726587.
HSL color Cylindrical-coordinate representation of color #3B160B: hue angle of 13.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B160B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 11 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.77 |
| HSL | 13.75º | 0.69% | 0.14% | - |
| HSV(B) | 13.75º | 0.81% | 0.23% | - |
| XYZ | 2.15 | 1.53 | 0.5 | - |
| YUV | 31.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 11 | 0 | 0.63 | 0.81 | 0.77 | 13.75 | 0.69 | 0.14 |
| Hex | 3B | 16 | B | 0 | 3F | 51 | 4D | E | 45 | E |
| Octal | 73 | 26 | 13 | 0 | 77 | 121 | 115 | 16 | 105 | 16 |
| Binary | 111011 | 10110 | 1011 | 0 | 111111 | 1010001 | 1001101 | 1110 | 1000101 | 1110 |
Color Harmonies of #3B160B
Complementary color
Monochromatic Colors of #3B160B
Black with #3B160B
Text Example
Text Example
White with #3B160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B160B; }
p { color: rgb(59,22,11); }
H1.HeaderClassName
{
color: #3B160B;
}
.AnyTagClassName
{
color: #3B160B;
}
</style>
background-color css
<style>
a { background-color: #3B160B; }
a { background-color: rgb(59,22,11); }
div.DivClassName
{
background-color: #3B160B;
}
.BgClassName
{
background-color: #3B160B;
}
</style>
border-color css
<style>
span { border-color: #3B160B; }
span { border-color: rgb(59,22,11); }
td.TdClassName
{
border-color: #3B160B;
}
.TagClassName
{
border-color: #3B160B;
}
</style>