Shades of Brown Pod #3A1A00
Tints of Brown Pod #3A1A00
RGB
CMYK
RGB Variations
Color information
#3A1A00 (or 0x3A1A00) is known color: Brown Pod. HEX triplet: 3A, 1A and 00. RGB value is (58,26,0). Sum of RGB (Red+Green+Blue) = 58+26+0=84 (11% of max value = 765). Red value is 58 (23.05% from 255 or 69.05% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1A00 is #C5E5FF. Grayscale: #202020. Windows color (decimal): -12969472 or 6714. OLE color: 6714.
HSL color Cylindrical-coordinate representation of color #3A1A00: hue angle of 26.9º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A1A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.77 |
| HSL | 26.9º | 1% | 0.11% | - |
| HSV(B) | 26.9º | 1% | 0.23% | - |
| XYZ | 2.11 | 1.64 | 0.2 | - |
| YUV | 32.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 0 | 0 | 0.55 | 1 | 0.77 | 26.9 | 1 | 0.11 |
| Hex | 3A | 1A | 0 | 0 | 37 | 64 | 4D | 1B | 64 | B |
| Octal | 72 | 32 | 0 | 0 | 67 | 144 | 115 | 33 | 144 | 13 |
| Binary | 111010 | 11010 | 0 | 0 | 110111 | 1100100 | 1001101 | 11011 | 1100100 | 1011 |
Color Harmonies of #3A1A00
Complementary color
Monochromatic Colors of #3A1A00
Black with #3A1A00
Text Example
Text Example
White with #3A1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A00; }
p { color: rgb(58,26,0); }
H1.HeaderClassName
{
color: #3A1A00;
}
.AnyTagClassName
{
color: #3A1A00;
}
</style>
background-color css
<style>
a { background-color: #3A1A00; }
a { background-color: rgb(58,26,0); }
div.DivClassName
{
background-color: #3A1A00;
}
.BgClassName
{
background-color: #3A1A00;
}
</style>
border-color css
<style>
span { border-color: #3A1A00; }
span { border-color: rgb(58,26,0); }
td.TdClassName
{
border-color: #3A1A00;
}
.TagClassName
{
border-color: #3A1A00;
}
</style>