Shades of Brown Pod #3B2A25
Tints of Brown Pod #3B2A25
RGB
CMYK
RGB Variations
Color information
#3B2A25 (or 0x3B2A25) is known color: Brown Pod. HEX triplet: 3B, 2A and 25. RGB value is (59,42,37). Sum of RGB (Red+Green+Blue) = 59+42+37=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2A25 is #C4D5DA. Grayscale: #2E2E2E. Windows color (decimal): -12899803 or 2435643. OLE color: 2435643.
HSL color Cylindrical-coordinate representation of color #3B2A25: hue angle of 13.64º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2A25 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 42 | 37 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.77 |
| HSL | 13.64º | 0.23% | 0.19% | - |
| HSV(B) | 13.64º | 0.37% | 0.23% | - |
| XYZ | 2.97 | 2.72 | 2.12 | - |
| YUV | 46.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 37 | 0 | 0.29 | 0.37 | 0.77 | 13.64 | 0.23 | 0.19 |
| Hex | 3B | 2A | 25 | 0 | 1D | 25 | 4D | E | 17 | 13 |
| Octal | 73 | 52 | 45 | 0 | 35 | 45 | 115 | 16 | 27 | 23 |
| Binary | 111011 | 101010 | 100101 | 0 | 11101 | 100101 | 1001101 | 1110 | 10111 | 10011 |
Color Harmonies of #3B2A25
Complementary color
Monochromatic Colors of #3B2A25
Black with #3B2A25
Text Example
Text Example
White with #3B2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A25; }
p { color: rgb(59,42,37); }
H1.HeaderClassName
{
color: #3B2A25;
}
.AnyTagClassName
{
color: #3B2A25;
}
</style>
background-color css
<style>
a { background-color: #3B2A25; }
a { background-color: rgb(59,42,37); }
div.DivClassName
{
background-color: #3B2A25;
}
.BgClassName
{
background-color: #3B2A25;
}
</style>
border-color css
<style>
span { border-color: #3B2A25; }
span { border-color: rgb(59,42,37); }
td.TdClassName
{
border-color: #3B2A25;
}
.TagClassName
{
border-color: #3B2A25;
}
</style>