Shades of Brown Pod #3B1605
Tints of Brown Pod #3B1605
RGB
CMYK
RGB Variations
Color information
#3B1605 (or 0x3B1605) is known color: Brown Pod. HEX triplet: 3B, 16 and 05. RGB value is (59,22,5). Sum of RGB (Red+Green+Blue) = 59+22+5=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1605 is #C4E9FA. Grayscale: #1F1F1F. Windows color (decimal): -12904955 or 333371. OLE color: 333371.
HSL color Cylindrical-coordinate representation of color #3B1605: hue angle of 18.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B1605 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 5 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.77 |
| HSL | 18.89º | 0.84% | 0.13% | - |
| HSV(B) | 18.89º | 0.92% | 0.23% | - |
| XYZ | 2.12 | 1.51 | 0.32 | - |
| YUV | 31.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 5 | 0 | 0.63 | 0.92 | 0.77 | 18.89 | 0.84 | 0.13 |
| Hex | 3B | 16 | 5 | 0 | 3F | 5C | 4D | 13 | 54 | D |
| Octal | 73 | 26 | 5 | 0 | 77 | 134 | 115 | 23 | 124 | 15 |
| Binary | 111011 | 10110 | 101 | 0 | 111111 | 1011100 | 1001101 | 10011 | 1010100 | 1101 |
Color Harmonies of #3B1605
Complementary color
Monochromatic Colors of #3B1605
Black with #3B1605
Text Example
Text Example
White with #3B1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1605; }
p { color: rgb(59,22,5); }
H1.HeaderClassName
{
color: #3B1605;
}
.AnyTagClassName
{
color: #3B1605;
}
</style>
background-color css
<style>
a { background-color: #3B1605; }
a { background-color: rgb(59,22,5); }
div.DivClassName
{
background-color: #3B1605;
}
.BgClassName
{
background-color: #3B1605;
}
</style>
border-color css
<style>
span { border-color: #3B1605; }
span { border-color: rgb(59,22,5); }
td.TdClassName
{
border-color: #3B1605;
}
.TagClassName
{
border-color: #3B1605;
}
</style>