Shades of Brown Pod #3B1405
Tints of Brown Pod #3B1405
RGB
CMYK
RGB Variations
Color information
#3B1405 (or 0x3B1405) is known color: Brown Pod. HEX triplet: 3B, 14 and 05. RGB value is (59,20,5). Sum of RGB (Red+Green+Blue) = 59+20+5=84 (11% of max value = 765). Red value is 59 (23.44% from 255 or 70.24% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1405 is #C4EBFA. Grayscale: #1E1E1E. Windows color (decimal): -12905467 or 332859. OLE color: 332859.
HSL color Cylindrical-coordinate representation of color #3B1405: hue angle of 16.67º 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 #3B1405 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 5 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.77 |
| HSL | 16.67º | 0.84% | 0.13% | - |
| HSV(B) | 16.67º | 0.92% | 0.23% | - |
| XYZ | 2.08 | 1.44 | 0.31 | - |
| YUV | 29.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 5 | 0 | 0.66 | 0.92 | 0.77 | 16.67 | 0.84 | 0.13 |
| Hex | 3B | 14 | 5 | 0 | 42 | 5C | 4D | 11 | 54 | D |
| Octal | 73 | 24 | 5 | 0 | 102 | 134 | 115 | 21 | 124 | 15 |
| Binary | 111011 | 10100 | 101 | 0 | 1000010 | 1011100 | 1001101 | 10001 | 1010100 | 1101 |
Color Harmonies of #3B1405
Complementary color
Monochromatic Colors of #3B1405
Black with #3B1405
Text Example
Text Example
White with #3B1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1405; }
p { color: rgb(59,20,5); }
H1.HeaderClassName
{
color: #3B1405;
}
.AnyTagClassName
{
color: #3B1405;
}
</style>
background-color css
<style>
a { background-color: #3B1405; }
a { background-color: rgb(59,20,5); }
div.DivClassName
{
background-color: #3B1405;
}
.BgClassName
{
background-color: #3B1405;
}
</style>
border-color css
<style>
span { border-color: #3B1405; }
span { border-color: rgb(59,20,5); }
td.TdClassName
{
border-color: #3B1405;
}
.TagClassName
{
border-color: #3B1405;
}
</style>