Shades of Brown Pod #3A201B
Tints of Brown Pod #3A201B
RGB
CMYK
RGB Variations
Color information
#3A201B (or 0x3A201B) is known color: Brown Pod. HEX triplet: 3A, 20 and 1B. RGB value is (58,32,27). Sum of RGB (Red+Green+Blue) = 58+32+27=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A201B is #C5DFE4. Grayscale: #272727. Windows color (decimal): -12967909 or 1777722. OLE color: 1777722.
HSL color Cylindrical-coordinate representation of color #3A201B: hue angle of 9.68º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A201B is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 27 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.77 |
| HSL | 9.68º | 0.36% | 0.17% | - |
| HSV(B) | 9.68º | 0.53% | 0.23% | - |
| XYZ | 2.46 | 2.01 | 1.3 | - |
| YUV | 39.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 27 | 0 | 0.45 | 0.53 | 0.77 | 9.68 | 0.36 | 0.17 |
| Hex | 3A | 20 | 1B | 0 | 2D | 35 | 4D | A | 24 | 11 |
| Octal | 72 | 40 | 33 | 0 | 55 | 65 | 115 | 12 | 44 | 21 |
| Binary | 111010 | 100000 | 11011 | 0 | 101101 | 110101 | 1001101 | 1010 | 100100 | 10001 |
Color Harmonies of #3A201B
Complementary color
Monochromatic Colors of #3A201B
Black with #3A201B
Text Example
Text Example
White with #3A201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A201B; }
p { color: rgb(58,32,27); }
H1.HeaderClassName
{
color: #3A201B;
}
.AnyTagClassName
{
color: #3A201B;
}
</style>
background-color css
<style>
a { background-color: #3A201B; }
a { background-color: rgb(58,32,27); }
div.DivClassName
{
background-color: #3A201B;
}
.BgClassName
{
background-color: #3A201B;
}
</style>
border-color css
<style>
span { border-color: #3A201B; }
span { border-color: rgb(58,32,27); }
td.TdClassName
{
border-color: #3A201B;
}
.TagClassName
{
border-color: #3A201B;
}
</style>