Shades of Brown Pod #3A1A07
Tints of Brown Pod #3A1A07
RGB
CMYK
RGB Variations
Color information
#3A1A07 (or 0x3A1A07) is known color: Brown Pod. HEX triplet: 3A, 1A and 07. RGB value is (58,26,7). Sum of RGB (Red+Green+Blue) = 58+26+7=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1A07 is #C5E5F8. Grayscale: #212121. Windows color (decimal): -12969465 or 465466. OLE color: 465466.
HSL color Cylindrical-coordinate representation of color #3A1A07: hue angle of 22.35º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1A07 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 7 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.77 |
| HSL | 22.35º | 0.78% | 0.13% | - |
| HSV(B) | 22.35º | 0.88% | 0.23% | - |
| XYZ | 2.15 | 1.65 | 0.41 | - |
| YUV | 33.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 7 | 0 | 0.55 | 0.88 | 0.77 | 22.35 | 0.78 | 0.13 |
| Hex | 3A | 1A | 7 | 0 | 37 | 58 | 4D | 16 | 4E | D |
| Octal | 72 | 32 | 7 | 0 | 67 | 130 | 115 | 26 | 116 | 15 |
| Binary | 111010 | 11010 | 111 | 0 | 110111 | 1011000 | 1001101 | 10110 | 1001110 | 1101 |
Color Harmonies of #3A1A07
Complementary color
Monochromatic Colors of #3A1A07
Black with #3A1A07
Text Example
Text Example
White with #3A1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A07; }
p { color: rgb(58,26,7); }
H1.HeaderClassName
{
color: #3A1A07;
}
.AnyTagClassName
{
color: #3A1A07;
}
</style>
background-color css
<style>
a { background-color: #3A1A07; }
a { background-color: rgb(58,26,7); }
div.DivClassName
{
background-color: #3A1A07;
}
.BgClassName
{
background-color: #3A1A07;
}
</style>
border-color css
<style>
span { border-color: #3A1A07; }
span { border-color: rgb(58,26,7); }
td.TdClassName
{
border-color: #3A1A07;
}
.TagClassName
{
border-color: #3A1A07;
}
</style>