Shades of Brown Pod #3B2118
Tints of Brown Pod #3B2118
RGB
CMYK
RGB Variations
Color information
#3B2118 (or 0x3B2118) is known color: Brown Pod. HEX triplet: 3B, 21 and 18. RGB value is (59,33,24). Sum of RGB (Red+Green+Blue) = 59+33+24=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2118 is #C4DEE7. Grayscale: #272727. Windows color (decimal): -12902120 or 1581371. OLE color: 1581371.
HSL color Cylindrical-coordinate representation of color #3B2118: hue angle of 15.43º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B2118 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 24 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.77 |
| HSL | 15.43º | 0.42% | 0.16% | - |
| HSV(B) | 15.43º | 0.59% | 0.23% | - |
| XYZ | 2.51 | 2.08 | 1.13 | - |
| YUV | 39.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 24 | 0 | 0.44 | 0.59 | 0.77 | 15.43 | 0.42 | 0.16 |
| Hex | 3B | 21 | 18 | 0 | 2C | 3B | 4D | F | 2A | 10 |
| Octal | 73 | 41 | 30 | 0 | 54 | 73 | 115 | 17 | 52 | 20 |
| Binary | 111011 | 100001 | 11000 | 0 | 101100 | 111011 | 1001101 | 1111 | 101010 | 10000 |
Color Harmonies of #3B2118
Complementary color
Monochromatic Colors of #3B2118
Black with #3B2118
Text Example
Text Example
White with #3B2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2118; }
p { color: rgb(59,33,24); }
H1.HeaderClassName
{
color: #3B2118;
}
.AnyTagClassName
{
color: #3B2118;
}
</style>
background-color css
<style>
a { background-color: #3B2118; }
a { background-color: rgb(59,33,24); }
div.DivClassName
{
background-color: #3B2118;
}
.BgClassName
{
background-color: #3B2118;
}
</style>
border-color css
<style>
span { border-color: #3B2118; }
span { border-color: rgb(59,33,24); }
td.TdClassName
{
border-color: #3B2118;
}
.TagClassName
{
border-color: #3B2118;
}
</style>