Shades of Brown Pod #3B201A
Tints of Brown Pod #3B201A
RGB
CMYK
RGB Variations
Color information
#3B201A (or 0x3B201A) is known color: Brown Pod. HEX triplet: 3B, 20 and 1A. RGB value is (59,32,26). Sum of RGB (Red+Green+Blue) = 59+32+26=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B201A is #C4DFE5. Grayscale: #272727. Windows color (decimal): -12902374 or 1712187. OLE color: 1712187.
HSL color Cylindrical-coordinate representation of color #3B201A: hue angle of 10.91º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B201A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 26 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.77 |
| HSL | 10.91º | 0.39% | 0.17% | - |
| HSV(B) | 10.91º | 0.56% | 0.23% | - |
| XYZ | 2.51 | 2.04 | 1.24 | - |
| YUV | 39.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 26 | 0 | 0.46 | 0.56 | 0.77 | 10.91 | 0.39 | 0.17 |
| Hex | 3B | 20 | 1A | 0 | 2E | 38 | 4D | B | 27 | 11 |
| Octal | 73 | 40 | 32 | 0 | 56 | 70 | 115 | 13 | 47 | 21 |
| Binary | 111011 | 100000 | 11010 | 0 | 101110 | 111000 | 1001101 | 1011 | 100111 | 10001 |
Color Harmonies of #3B201A
Complementary color
Monochromatic Colors of #3B201A
Black with #3B201A
Text Example
Text Example
White with #3B201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B201A; }
p { color: rgb(59,32,26); }
H1.HeaderClassName
{
color: #3B201A;
}
.AnyTagClassName
{
color: #3B201A;
}
</style>
background-color css
<style>
a { background-color: #3B201A; }
a { background-color: rgb(59,32,26); }
div.DivClassName
{
background-color: #3B201A;
}
.BgClassName
{
background-color: #3B201A;
}
</style>
border-color css
<style>
span { border-color: #3B201A; }
span { border-color: rgb(59,32,26); }
td.TdClassName
{
border-color: #3B201A;
}
.TagClassName
{
border-color: #3B201A;
}
</style>