Shades of Brown Pod #3B1502
Tints of Brown Pod #3B1502
RGB
CMYK
RGB Variations
Color information
#3B1502 (or 0x3B1502) is known color: Brown Pod. HEX triplet: 3B, 15 and 02. RGB value is (59,21,2). Sum of RGB (Red+Green+Blue) = 59+21+2=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1502 is #C4EAFD. Grayscale: #1E1E1E. Windows color (decimal): -12905214 or 136507. OLE color: 136507.
HSL color Cylindrical-coordinate representation of color #3B1502: hue angle of 20º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1502 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 2 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.77 |
| HSL | 20º | 0.93% | 0.12% | - |
| HSV(B) | 20º | 0.97% | 0.23% | - |
| XYZ | 2.08 | 1.47 | 0.23 | - |
| YUV | 30.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 2 | 0 | 0.64 | 0.97 | 0.77 | 20 | 0.93 | 0.12 |
| Hex | 3B | 15 | 2 | 0 | 40 | 61 | 4D | 14 | 5D | C |
| Octal | 73 | 25 | 2 | 0 | 100 | 141 | 115 | 24 | 135 | 14 |
| Binary | 111011 | 10101 | 10 | 0 | 1000000 | 1100001 | 1001101 | 10100 | 1011101 | 1100 |
Color Harmonies of #3B1502
Complementary color
Monochromatic Colors of #3B1502
Black with #3B1502
Text Example
Text Example
White with #3B1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1502; }
p { color: rgb(59,21,2); }
H1.HeaderClassName
{
color: #3B1502;
}
.AnyTagClassName
{
color: #3B1502;
}
</style>
background-color css
<style>
a { background-color: #3B1502; }
a { background-color: rgb(59,21,2); }
div.DivClassName
{
background-color: #3B1502;
}
.BgClassName
{
background-color: #3B1502;
}
</style>
border-color css
<style>
span { border-color: #3B1502; }
span { border-color: rgb(59,21,2); }
td.TdClassName
{
border-color: #3B1502;
}
.TagClassName
{
border-color: #3B1502;
}
</style>