Shades of Brown Pod #3B1601
Tints of Brown Pod #3B1601
RGB
CMYK
RGB Variations
Color information
#3B1601 (or 0x3B1601) is known color: Brown Pod. HEX triplet: 3B, 16 and 01. RGB value is (59,22,1). Sum of RGB (Red+Green+Blue) = 59+22+1=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1601 is #C4E9FE. Grayscale: #1E1E1E. Windows color (decimal): -12904959 or 71227. OLE color: 71227.
HSL color Cylindrical-coordinate representation of color #3B1601: hue angle of 21.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B1601 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 1 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.77 |
| HSL | 21.72º | 0.97% | 0.12% | - |
| HSV(B) | 21.72º | 0.98% | 0.23% | - |
| XYZ | 2.1 | 1.51 | 0.21 | - |
| YUV | 30.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 1 | 0 | 0.63 | 0.98 | 0.77 | 21.72 | 0.97 | 0.12 |
| Hex | 3B | 16 | 1 | 0 | 3F | 62 | 4D | 16 | 61 | C |
| Octal | 73 | 26 | 1 | 0 | 77 | 142 | 115 | 26 | 141 | 14 |
| Binary | 111011 | 10110 | 1 | 0 | 111111 | 1100010 | 1001101 | 10110 | 1100001 | 1100 |
Color Harmonies of #3B1601
Complementary color
Monochromatic Colors of #3B1601
Black with #3B1601
Text Example
Text Example
White with #3B1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1601; }
p { color: rgb(59,22,1); }
H1.HeaderClassName
{
color: #3B1601;
}
.AnyTagClassName
{
color: #3B1601;
}
</style>
background-color css
<style>
a { background-color: #3B1601; }
a { background-color: rgb(59,22,1); }
div.DivClassName
{
background-color: #3B1601;
}
.BgClassName
{
background-color: #3B1601;
}
</style>
border-color css
<style>
span { border-color: #3B1601; }
span { border-color: rgb(59,22,1); }
td.TdClassName
{
border-color: #3B1601;
}
.TagClassName
{
border-color: #3B1601;
}
</style>