Shades of Brown Pod #3B170B
Tints of Brown Pod #3B170B
RGB
CMYK
RGB Variations
Color information
#3B170B (or 0x3B170B) is known color: Brown Pod. HEX triplet: 3B, 17 and 0B. RGB value is (59,23,11). Sum of RGB (Red+Green+Blue) = 59+23+11=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B170B is #C4E8F4. Grayscale: #202020. Windows color (decimal): -12904693 or 726843. OLE color: 726843.
HSL color Cylindrical-coordinate representation of color #3B170B: hue angle of 15º 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 #3B170B is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 11 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.77 |
| HSL | 15º | 0.69% | 0.14% | - |
| HSV(B) | 15º | 0.81% | 0.23% | - |
| XYZ | 2.17 | 1.57 | 0.5 | - |
| YUV | 32.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 11 | 0 | 0.61 | 0.81 | 0.77 | 15 | 0.69 | 0.14 |
| Hex | 3B | 17 | B | 0 | 3D | 51 | 4D | F | 45 | E |
| Octal | 73 | 27 | 13 | 0 | 75 | 121 | 115 | 17 | 105 | 16 |
| Binary | 111011 | 10111 | 1011 | 0 | 111101 | 1010001 | 1001101 | 1111 | 1000101 | 1110 |
Color Harmonies of #3B170B
Complementary color
Monochromatic Colors of #3B170B
Black with #3B170B
Text Example
Text Example
White with #3B170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B170B; }
p { color: rgb(59,23,11); }
H1.HeaderClassName
{
color: #3B170B;
}
.AnyTagClassName
{
color: #3B170B;
}
</style>
background-color css
<style>
a { background-color: #3B170B; }
a { background-color: rgb(59,23,11); }
div.DivClassName
{
background-color: #3B170B;
}
.BgClassName
{
background-color: #3B170B;
}
</style>
border-color css
<style>
span { border-color: #3B170B; }
span { border-color: rgb(59,23,11); }
td.TdClassName
{
border-color: #3B170B;
}
.TagClassName
{
border-color: #3B170B;
}
</style>