Shades of Brown Pod #3A2316
Tints of Brown Pod #3A2316
RGB
CMYK
RGB Variations
Color information
#3A2316 (or 0x3A2316) is known color: Brown Pod. HEX triplet: 3A, 23 and 16. RGB value is (58,35,22). Sum of RGB (Red+Green+Blue) = 58+35+22=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2316 is #C5DCE9. Grayscale: #282828. Windows color (decimal): -12967146 or 1450810. OLE color: 1450810.
HSL color Cylindrical-coordinate representation of color #3A2316: hue angle of 21.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2316 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 22 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.77 |
| HSL | 21.67º | 0.45% | 0.16% | - |
| HSV(B) | 21.67º | 0.62% | 0.23% | - |
| XYZ | 2.49 | 2.16 | 1.04 | - |
| YUV | 40.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 22 | 0 | 0.40 | 0.62 | 0.77 | 21.67 | 0.45 | 0.16 |
| Hex | 3A | 23 | 16 | 0 | 28 | 3E | 4D | 16 | 2D | 10 |
| Octal | 72 | 43 | 26 | 0 | 50 | 76 | 115 | 26 | 55 | 20 |
| Binary | 111010 | 100011 | 10110 | 0 | 101000 | 111110 | 1001101 | 10110 | 101101 | 10000 |
Color Harmonies of #3A2316
Complementary color
Monochromatic Colors of #3A2316
Black with #3A2316
Text Example
Text Example
White with #3A2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2316; }
p { color: rgb(58,35,22); }
H1.HeaderClassName
{
color: #3A2316;
}
.AnyTagClassName
{
color: #3A2316;
}
</style>
background-color css
<style>
a { background-color: #3A2316; }
a { background-color: rgb(58,35,22); }
div.DivClassName
{
background-color: #3A2316;
}
.BgClassName
{
background-color: #3A2316;
}
</style>
border-color css
<style>
span { border-color: #3A2316; }
span { border-color: rgb(58,35,22); }
td.TdClassName
{
border-color: #3A2316;
}
.TagClassName
{
border-color: #3A2316;
}
</style>