Shades of Brown Pod #3A1D0A
Tints of Brown Pod #3A1D0A
RGB
CMYK
RGB Variations
Color information
#3A1D0A (or 0x3A1D0A) is known color: Brown Pod. HEX triplet: 3A, 1D and 0A. RGB value is (58,29,10). Sum of RGB (Red+Green+Blue) = 58+29+10=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D0A is #C5E2F5. Grayscale: #232323. Windows color (decimal): -12968694 or 662842. OLE color: 662842.
HSL color Cylindrical-coordinate representation of color #3A1D0A: hue angle of 23.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1D0A is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 29 | 10 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.77 |
| HSL | 23.75º | 0.71% | 0.13% | - |
| HSV(B) | 23.75º | 0.83% | 0.23% | - |
| XYZ | 2.24 | 1.8 | 0.52 | - |
| YUV | 35.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 10 | 0 | 0.5 | 0.83 | 0.77 | 23.75 | 0.71 | 0.13 |
| Hex | 3A | 1D | A | 0 | 32 | 53 | 4D | 18 | 47 | D |
| Octal | 72 | 35 | 12 | 0 | 62 | 123 | 115 | 30 | 107 | 15 |
| Binary | 111010 | 11101 | 1010 | 0 | 110010 | 1010011 | 1001101 | 11000 | 1000111 | 1101 |
Color Harmonies of #3A1D0A
Complementary color
Monochromatic Colors of #3A1D0A
Black with #3A1D0A
Text Example
Text Example
White with #3A1D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D0A; }
p { color: rgb(58,29,10); }
H1.HeaderClassName
{
color: #3A1D0A;
}
.AnyTagClassName
{
color: #3A1D0A;
}
</style>
background-color css
<style>
a { background-color: #3A1D0A; }
a { background-color: rgb(58,29,10); }
div.DivClassName
{
background-color: #3A1D0A;
}
.BgClassName
{
background-color: #3A1D0A;
}
</style>
border-color css
<style>
span { border-color: #3A1D0A; }
span { border-color: rgb(58,29,10); }
td.TdClassName
{
border-color: #3A1D0A;
}
.TagClassName
{
border-color: #3A1D0A;
}
</style>