Shades of Brown Pod #3B170C
Tints of Brown Pod #3B170C
RGB
CMYK
RGB Variations
Color information
#3B170C (or 0x3B170C) is known color: Brown Pod. HEX triplet: 3B, 17 and 0C. RGB value is (59,23,12). Sum of RGB (Red+Green+Blue) = 59+23+12=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B170C is #C4E8F3. Grayscale: #202020. Windows color (decimal): -12904692 or 792379. OLE color: 792379.
HSL color Cylindrical-coordinate representation of color #3B170C: hue angle of 14.04º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B170C is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 12 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.77 |
| HSL | 14.04º | 0.66% | 0.14% | - |
| HSV(B) | 14.04º | 0.8% | 0.23% | - |
| XYZ | 2.18 | 1.57 | 0.54 | - |
| YUV | 32.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 12 | 0 | 0.61 | 0.80 | 0.77 | 14.04 | 0.66 | 0.14 |
| Hex | 3B | 17 | C | 0 | 3D | 50 | 4D | E | 42 | E |
| Octal | 73 | 27 | 14 | 0 | 75 | 120 | 115 | 16 | 102 | 16 |
| Binary | 111011 | 10111 | 1100 | 0 | 111101 | 1010000 | 1001101 | 1110 | 1000010 | 1110 |
Color Harmonies of #3B170C
Complementary color
Monochromatic Colors of #3B170C
Black with #3B170C
Text Example
Text Example
White with #3B170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B170C; }
p { color: rgb(59,23,12); }
H1.HeaderClassName
{
color: #3B170C;
}
.AnyTagClassName
{
color: #3B170C;
}
</style>
background-color css
<style>
a { background-color: #3B170C; }
a { background-color: rgb(59,23,12); }
div.DivClassName
{
background-color: #3B170C;
}
.BgClassName
{
background-color: #3B170C;
}
</style>
border-color css
<style>
span { border-color: #3B170C; }
span { border-color: rgb(59,23,12); }
td.TdClassName
{
border-color: #3B170C;
}
.TagClassName
{
border-color: #3B170C;
}
</style>