Shades of Brown Pod #3B1305
Tints of Brown Pod #3B1305
RGB
CMYK
RGB Variations
Color information
#3B1305 (or 0x3B1305) is known color: Brown Pod. HEX triplet: 3B, 13 and 05. RGB value is (59,19,5). Sum of RGB (Red+Green+Blue) = 59+19+5=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1305 is #C4ECFA. Grayscale: #1D1D1D. Windows color (decimal): -12905723 or 332603. OLE color: 332603.
HSL color Cylindrical-coordinate representation of color #3B1305: hue angle of 15.56º 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 #3B1305 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 19 | 5 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.77 |
| HSL | 15.56º | 0.84% | 0.13% | - |
| HSV(B) | 15.56º | 0.92% | 0.23% | - |
| XYZ | 2.06 | 1.41 | 0.31 | - |
| YUV | 29.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 5 | 0 | 0.68 | 0.92 | 0.77 | 15.56 | 0.84 | 0.13 |
| Hex | 3B | 13 | 5 | 0 | 44 | 5C | 4D | 10 | 54 | D |
| Octal | 73 | 23 | 5 | 0 | 104 | 134 | 115 | 20 | 124 | 15 |
| Binary | 111011 | 10011 | 101 | 0 | 1000100 | 1011100 | 1001101 | 10000 | 1010100 | 1101 |
Color Harmonies of #3B1305
Complementary color
Monochromatic Colors of #3B1305
Black with #3B1305
Text Example
Text Example
White with #3B1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1305; }
p { color: rgb(59,19,5); }
H1.HeaderClassName
{
color: #3B1305;
}
.AnyTagClassName
{
color: #3B1305;
}
</style>
background-color css
<style>
a { background-color: #3B1305; }
a { background-color: rgb(59,19,5); }
div.DivClassName
{
background-color: #3B1305;
}
.BgClassName
{
background-color: #3B1305;
}
</style>
border-color css
<style>
span { border-color: #3B1305; }
span { border-color: rgb(59,19,5); }
td.TdClassName
{
border-color: #3B1305;
}
.TagClassName
{
border-color: #3B1305;
}
</style>