Shades of Brown Pod #3B1808
Tints of Brown Pod #3B1808
RGB
CMYK
RGB Variations
Color information
#3B1808 (or 0x3B1808) is known color: Brown Pod. HEX triplet: 3B, 18 and 08. RGB value is (59,24,8). Sum of RGB (Red+Green+Blue) = 59+24+8=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1808 is #C4E7F7. Grayscale: #202020. Windows color (decimal): -12904440 or 530491. OLE color: 530491.
HSL color Cylindrical-coordinate representation of color #3B1808: hue angle of 18.82º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1808 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 8 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.77 |
| HSL | 18.82º | 0.76% | 0.13% | - |
| HSV(B) | 18.82º | 0.86% | 0.23% | - |
| XYZ | 2.17 | 1.6 | 0.42 | - |
| YUV | 32.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 8 | 0 | 0.59 | 0.86 | 0.77 | 18.82 | 0.76 | 0.13 |
| Hex | 3B | 18 | 8 | 0 | 3B | 56 | 4D | 13 | 4C | D |
| Octal | 73 | 30 | 10 | 0 | 73 | 126 | 115 | 23 | 114 | 15 |
| Binary | 111011 | 11000 | 1000 | 0 | 111011 | 1010110 | 1001101 | 10011 | 1001100 | 1101 |
Color Harmonies of #3B1808
Complementary color
Monochromatic Colors of #3B1808
Black with #3B1808
Text Example
Text Example
White with #3B1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1808; }
p { color: rgb(59,24,8); }
H1.HeaderClassName
{
color: #3B1808;
}
.AnyTagClassName
{
color: #3B1808;
}
</style>
background-color css
<style>
a { background-color: #3B1808; }
a { background-color: rgb(59,24,8); }
div.DivClassName
{
background-color: #3B1808;
}
.BgClassName
{
background-color: #3B1808;
}
</style>
border-color css
<style>
span { border-color: #3B1808; }
span { border-color: rgb(59,24,8); }
td.TdClassName
{
border-color: #3B1808;
}
.TagClassName
{
border-color: #3B1808;
}
</style>