Shades of Brown Pod #3B1406
Tints of Brown Pod #3B1406
RGB
CMYK
RGB Variations
Color information
#3B1406 (or 0x3B1406) is known color: Brown Pod. HEX triplet: 3B, 14 and 06. RGB value is (59,20,6). Sum of RGB (Red+Green+Blue) = 59+20+6=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1406 is #C4EBF9. Grayscale: #1E1E1E. Windows color (decimal): -12905466 or 398395. OLE color: 398395.
HSL color Cylindrical-coordinate representation of color #3B1406: hue angle of 15.85º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B1406 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 6 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.77 |
| HSL | 15.85º | 0.82% | 0.13% | - |
| HSV(B) | 15.85º | 0.9% | 0.23% | - |
| XYZ | 2.09 | 1.44 | 0.34 | - |
| YUV | 30.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 6 | 0 | 0.66 | 0.90 | 0.77 | 15.85 | 0.82 | 0.13 |
| Hex | 3B | 14 | 6 | 0 | 42 | 5A | 4D | 10 | 52 | D |
| Octal | 73 | 24 | 6 | 0 | 102 | 132 | 115 | 20 | 122 | 15 |
| Binary | 111011 | 10100 | 110 | 0 | 1000010 | 1011010 | 1001101 | 10000 | 1010010 | 1101 |
Color Harmonies of #3B1406
Complementary color
Monochromatic Colors of #3B1406
Black with #3B1406
Text Example
Text Example
White with #3B1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1406; }
p { color: rgb(59,20,6); }
H1.HeaderClassName
{
color: #3B1406;
}
.AnyTagClassName
{
color: #3B1406;
}
</style>
background-color css
<style>
a { background-color: #3B1406; }
a { background-color: rgb(59,20,6); }
div.DivClassName
{
background-color: #3B1406;
}
.BgClassName
{
background-color: #3B1406;
}
</style>
border-color css
<style>
span { border-color: #3B1406; }
span { border-color: rgb(59,20,6); }
td.TdClassName
{
border-color: #3B1406;
}
.TagClassName
{
border-color: #3B1406;
}
</style>