Shades of Brown Pod #3B2518
Tints of Brown Pod #3B2518
RGB
CMYK
RGB Variations
Color information
#3B2518 (or 0x3B2518) is known color: Brown Pod. HEX triplet: 3B, 25 and 18. RGB value is (59,37,24). Sum of RGB (Red+Green+Blue) = 59+37+24=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2518 is #C4DAE7. Grayscale: #2A2A2A. Windows color (decimal): -12901096 or 1582395. OLE color: 1582395.
HSL color Cylindrical-coordinate representation of color #3B2518: hue angle of 22.29º 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 #3B2518 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 24 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.77 |
| HSL | 22.29º | 0.42% | 0.16% | - |
| HSV(B) | 22.29º | 0.59% | 0.23% | - |
| XYZ | 2.63 | 2.32 | 1.17 | - |
| YUV | 42.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 24 | 0 | 0.37 | 0.59 | 0.77 | 22.29 | 0.42 | 0.16 |
| Hex | 3B | 25 | 18 | 0 | 25 | 3B | 4D | 16 | 2A | 10 |
| Octal | 73 | 45 | 30 | 0 | 45 | 73 | 115 | 26 | 52 | 20 |
| Binary | 111011 | 100101 | 11000 | 0 | 100101 | 111011 | 1001101 | 10110 | 101010 | 10000 |
Color Harmonies of #3B2518
Complementary color
Monochromatic Colors of #3B2518
Black with #3B2518
Text Example
Text Example
White with #3B2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2518; }
p { color: rgb(59,37,24); }
H1.HeaderClassName
{
color: #3B2518;
}
.AnyTagClassName
{
color: #3B2518;
}
</style>
background-color css
<style>
a { background-color: #3B2518; }
a { background-color: rgb(59,37,24); }
div.DivClassName
{
background-color: #3B2518;
}
.BgClassName
{
background-color: #3B2518;
}
</style>
border-color css
<style>
span { border-color: #3B2518; }
span { border-color: rgb(59,37,24); }
td.TdClassName
{
border-color: #3B2518;
}
.TagClassName
{
border-color: #3B2518;
}
</style>