Shades of Brown Pod #3B1600
Tints of Brown Pod #3B1600
RGB
CMYK
RGB Variations
Color information
#3B1600 (or 0x3B1600) is known color: Brown Pod. HEX triplet: 3B, 16 and 00. RGB value is (59,22,0). Sum of RGB (Red+Green+Blue) = 59+22+0=81 (10% of max value = 765). Red value is 59 (23.44% from 255 or 72.84% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1600 is #C4E9FF. Grayscale: #1E1E1E. Windows color (decimal): -12904960 or 5691. OLE color: 5691.
HSL color Cylindrical-coordinate representation of color #3B1600: hue angle of 22.37º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B1600 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.77 |
| HSL | 22.37º | 1% | 0.12% | - |
| HSV(B) | 22.37º | 1% | 0.23% | - |
| XYZ | 2.09 | 1.5 | 0.18 | - |
| YUV | 30.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 0 | 0 | 0.63 | 1 | 0.77 | 22.37 | 1 | 0.12 |
| Hex | 3B | 16 | 0 | 0 | 3F | 64 | 4D | 16 | 64 | C |
| Octal | 73 | 26 | 0 | 0 | 77 | 144 | 115 | 26 | 144 | 14 |
| Binary | 111011 | 10110 | 0 | 0 | 111111 | 1100100 | 1001101 | 10110 | 1100100 | 1100 |
Color Harmonies of #3B1600
Complementary color
Monochromatic Colors of #3B1600
Black with #3B1600
Text Example
Text Example
White with #3B1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1600; }
p { color: rgb(59,22,0); }
H1.HeaderClassName
{
color: #3B1600;
}
.AnyTagClassName
{
color: #3B1600;
}
</style>
background-color css
<style>
a { background-color: #3B1600; }
a { background-color: rgb(59,22,0); }
div.DivClassName
{
background-color: #3B1600;
}
.BgClassName
{
background-color: #3B1600;
}
</style>
border-color css
<style>
span { border-color: #3B1600; }
span { border-color: rgb(59,22,0); }
td.TdClassName
{
border-color: #3B1600;
}
.TagClassName
{
border-color: #3B1600;
}
</style>