Shades of Brown Pod #3B1507
Tints of Brown Pod #3B1507
RGB
CMYK
RGB Variations
Color information
#3B1507 (or 0x3B1507) is known color: Brown Pod. HEX triplet: 3B, 15 and 07. RGB value is (59,21,7). Sum of RGB (Red+Green+Blue) = 59+21+7=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1507 is #C4EAF8. Grayscale: #1E1E1E. Windows color (decimal): -12905209 or 464187. OLE color: 464187.
HSL color Cylindrical-coordinate representation of color #3B1507: hue angle of 16.15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1507 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 7 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.77 |
| HSL | 16.15º | 0.79% | 0.13% | - |
| HSV(B) | 16.15º | 0.88% | 0.23% | - |
| XYZ | 2.11 | 1.48 | 0.38 | - |
| YUV | 30.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 7 | 0 | 0.64 | 0.88 | 0.77 | 16.15 | 0.79 | 0.13 |
| Hex | 3B | 15 | 7 | 0 | 40 | 58 | 4D | 10 | 4F | D |
| Octal | 73 | 25 | 7 | 0 | 100 | 130 | 115 | 20 | 117 | 15 |
| Binary | 111011 | 10101 | 111 | 0 | 1000000 | 1011000 | 1001101 | 10000 | 1001111 | 1101 |
Color Harmonies of #3B1507
Complementary color
Monochromatic Colors of #3B1507
Black with #3B1507
Text Example
Text Example
White with #3B1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1507; }
p { color: rgb(59,21,7); }
H1.HeaderClassName
{
color: #3B1507;
}
.AnyTagClassName
{
color: #3B1507;
}
</style>
background-color css
<style>
a { background-color: #3B1507; }
a { background-color: rgb(59,21,7); }
div.DivClassName
{
background-color: #3B1507;
}
.BgClassName
{
background-color: #3B1507;
}
</style>
border-color css
<style>
span { border-color: #3B1507; }
span { border-color: rgb(59,21,7); }
td.TdClassName
{
border-color: #3B1507;
}
.TagClassName
{
border-color: #3B1507;
}
</style>