Shades of Brown Pod #3B1D0D
Tints of Brown Pod #3B1D0D
RGB
CMYK
RGB Variations
Color information
#3B1D0D (or 0x3B1D0D) is known color: Brown Pod. HEX triplet: 3B, 1D and 0D. RGB value is (59,29,13). Sum of RGB (Red+Green+Blue) = 59+29+13=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D0D is #C4E2F2. Grayscale: #242424. Windows color (decimal): -12903155 or 859451. OLE color: 859451.
HSL color Cylindrical-coordinate representation of color #3B1D0D: hue angle of 20.87º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1D0D is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 13 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.77 |
| HSL | 20.87º | 0.64% | 0.14% | - |
| HSV(B) | 20.87º | 0.78% | 0.23% | - |
| XYZ | 2.32 | 1.84 | 0.61 | - |
| YUV | 36.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 13 | 0 | 0.51 | 0.78 | 0.77 | 20.87 | 0.64 | 0.14 |
| Hex | 3B | 1D | D | 0 | 33 | 4E | 4D | 15 | 40 | E |
| Octal | 73 | 35 | 15 | 0 | 63 | 116 | 115 | 25 | 100 | 16 |
| Binary | 111011 | 11101 | 1101 | 0 | 110011 | 1001110 | 1001101 | 10101 | 1000000 | 1110 |
Color Harmonies of #3B1D0D
Complementary color
Monochromatic Colors of #3B1D0D
Black with #3B1D0D
Text Example
Text Example
White with #3B1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D0D; }
p { color: rgb(59,29,13); }
H1.HeaderClassName
{
color: #3B1D0D;
}
.AnyTagClassName
{
color: #3B1D0D;
}
</style>
background-color css
<style>
a { background-color: #3B1D0D; }
a { background-color: rgb(59,29,13); }
div.DivClassName
{
background-color: #3B1D0D;
}
.BgClassName
{
background-color: #3B1D0D;
}
</style>
border-color css
<style>
span { border-color: #3B1D0D; }
span { border-color: rgb(59,29,13); }
td.TdClassName
{
border-color: #3B1D0D;
}
.TagClassName
{
border-color: #3B1D0D;
}
</style>