Shades of Brown Pod #3B2012
Tints of Brown Pod #3B2012
RGB
CMYK
RGB Variations
Color information
#3B2012 (or 0x3B2012) is known color: Brown Pod. HEX triplet: 3B, 20 and 12. RGB value is (59,32,18). Sum of RGB (Red+Green+Blue) = 59+32+18=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2012 is #C4DFED. Grayscale: #262626. Windows color (decimal): -12902382 or 1187899. OLE color: 1187899.
HSL color Cylindrical-coordinate representation of color #3B2012: hue angle of 20.49º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2012 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 18 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.77 |
| HSL | 20.49º | 0.53% | 0.15% | - |
| HSV(B) | 20.49º | 0.69% | 0.23% | - |
| XYZ | 2.43 | 2.01 | 0.83 | - |
| YUV | 38.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 18 | 0 | 0.46 | 0.69 | 0.77 | 20.49 | 0.53 | 0.15 |
| Hex | 3B | 20 | 12 | 0 | 2E | 45 | 4D | 14 | 35 | F |
| Octal | 73 | 40 | 22 | 0 | 56 | 105 | 115 | 24 | 65 | 17 |
| Binary | 111011 | 100000 | 10010 | 0 | 101110 | 1000101 | 1001101 | 10100 | 110101 | 1111 |
Color Harmonies of #3B2012
Complementary color
Monochromatic Colors of #3B2012
Black with #3B2012
Text Example
Text Example
White with #3B2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2012; }
p { color: rgb(59,32,18); }
H1.HeaderClassName
{
color: #3B2012;
}
.AnyTagClassName
{
color: #3B2012;
}
</style>
background-color css
<style>
a { background-color: #3B2012; }
a { background-color: rgb(59,32,18); }
div.DivClassName
{
background-color: #3B2012;
}
.BgClassName
{
background-color: #3B2012;
}
</style>
border-color css
<style>
span { border-color: #3B2012; }
span { border-color: rgb(59,32,18); }
td.TdClassName
{
border-color: #3B2012;
}
.TagClassName
{
border-color: #3B2012;
}
</style>