Shades of Brown Pod #3A1805
Tints of Brown Pod #3A1805
RGB
CMYK
RGB Variations
Color information
#3A1805 (or 0x3A1805) is known color: Brown Pod. HEX triplet: 3A, 18 and 05. RGB value is (58,24,5). Sum of RGB (Red+Green+Blue) = 58+24+5=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1805 is #C5E7FA. Grayscale: #202020. Windows color (decimal): -12969979 or 333882. OLE color: 333882.
HSL color Cylindrical-coordinate representation of color #3A1805: hue angle of 21.51º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A1805 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 5 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.77 |
| HSL | 21.51º | 0.84% | 0.12% | - |
| HSV(B) | 21.51º | 0.91% | 0.23% | - |
| XYZ | 2.1 | 1.56 | 0.33 | - |
| YUV | 32 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 5 | 0 | 0.59 | 0.91 | 0.77 | 21.51 | 0.84 | 0.12 |
| Hex | 3A | 18 | 5 | 0 | 3B | 5B | 4D | 16 | 54 | C |
| Octal | 72 | 30 | 5 | 0 | 73 | 133 | 115 | 26 | 124 | 14 |
| Binary | 111010 | 11000 | 101 | 0 | 111011 | 1011011 | 1001101 | 10110 | 1010100 | 1100 |
Color Harmonies of #3A1805
Complementary color
Monochromatic Colors of #3A1805
Black with #3A1805
Text Example
Text Example
White with #3A1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1805; }
p { color: rgb(58,24,5); }
H1.HeaderClassName
{
color: #3A1805;
}
.AnyTagClassName
{
color: #3A1805;
}
</style>
background-color css
<style>
a { background-color: #3A1805; }
a { background-color: rgb(58,24,5); }
div.DivClassName
{
background-color: #3A1805;
}
.BgClassName
{
background-color: #3A1805;
}
</style>
border-color css
<style>
span { border-color: #3A1805; }
span { border-color: rgb(58,24,5); }
td.TdClassName
{
border-color: #3A1805;
}
.TagClassName
{
border-color: #3A1805;
}
</style>