Shades of Brown Pod #3A1808
Tints of Brown Pod #3A1808
RGB
CMYK
RGB Variations
Color information
#3A1808 (or 0x3A1808) is known color: Brown Pod. HEX triplet: 3A, 18 and 08. RGB value is (58,24,8). Sum of RGB (Red+Green+Blue) = 58+24+8=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1808 is #C5E7F7. Grayscale: #202020. Windows color (decimal): -12969976 or 530490. OLE color: 530490.
HSL color Cylindrical-coordinate representation of color #3A1808: hue angle of 19.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1808 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 8 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.77 |
| HSL | 19.2º | 0.76% | 0.13% | - |
| HSV(B) | 19.2º | 0.86% | 0.23% | - |
| XYZ | 2.12 | 1.57 | 0.42 | - |
| YUV | 32.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 8 | 0 | 0.59 | 0.86 | 0.77 | 19.2 | 0.76 | 0.13 |
| Hex | 3A | 18 | 8 | 0 | 3B | 56 | 4D | 13 | 4C | D |
| Octal | 72 | 30 | 10 | 0 | 73 | 126 | 115 | 23 | 114 | 15 |
| Binary | 111010 | 11000 | 1000 | 0 | 111011 | 1010110 | 1001101 | 10011 | 1001100 | 1101 |
Color Harmonies of #3A1808
Complementary color
Monochromatic Colors of #3A1808
Black with #3A1808
Text Example
Text Example
White with #3A1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1808; }
p { color: rgb(58,24,8); }
H1.HeaderClassName
{
color: #3A1808;
}
.AnyTagClassName
{
color: #3A1808;
}
</style>
background-color css
<style>
a { background-color: #3A1808; }
a { background-color: rgb(58,24,8); }
div.DivClassName
{
background-color: #3A1808;
}
.BgClassName
{
background-color: #3A1808;
}
</style>
border-color css
<style>
span { border-color: #3A1808; }
span { border-color: rgb(58,24,8); }
td.TdClassName
{
border-color: #3A1808;
}
.TagClassName
{
border-color: #3A1808;
}
</style>