Shades of Brown Pod #3A1507
Tints of Brown Pod #3A1507
RGB
CMYK
RGB Variations
Color information
#3A1507 (or 0x3A1507) is known color: Brown Pod. HEX triplet: 3A, 15 and 07. RGB value is (58,21,7). Sum of RGB (Red+Green+Blue) = 58+21+7=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1507 is #C5EAF8. Grayscale: #1E1E1E. Windows color (decimal): -12970745 or 464186. OLE color: 464186.
HSL color Cylindrical-coordinate representation of color #3A1507: hue angle of 16.47º 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 #3A1507 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 21 | 7 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.77 |
| HSL | 16.47º | 0.78% | 0.13% | - |
| HSV(B) | 16.47º | 0.88% | 0.23% | - |
| XYZ | 2.05 | 1.45 | 0.37 | - |
| YUV | 30.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 7 | 0 | 0.64 | 0.88 | 0.77 | 16.47 | 0.78 | 0.13 |
| Hex | 3A | 15 | 7 | 0 | 40 | 58 | 4D | 10 | 4E | D |
| Octal | 72 | 25 | 7 | 0 | 100 | 130 | 115 | 20 | 116 | 15 |
| Binary | 111010 | 10101 | 111 | 0 | 1000000 | 1011000 | 1001101 | 10000 | 1001110 | 1101 |
Color Harmonies of #3A1507
Complementary color
Monochromatic Colors of #3A1507
Black with #3A1507
Text Example
Text Example
White with #3A1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1507; }
p { color: rgb(58,21,7); }
H1.HeaderClassName
{
color: #3A1507;
}
.AnyTagClassName
{
color: #3A1507;
}
</style>
background-color css
<style>
a { background-color: #3A1507; }
a { background-color: rgb(58,21,7); }
div.DivClassName
{
background-color: #3A1507;
}
.BgClassName
{
background-color: #3A1507;
}
</style>
border-color css
<style>
span { border-color: #3A1507; }
span { border-color: rgb(58,21,7); }
td.TdClassName
{
border-color: #3A1507;
}
.TagClassName
{
border-color: #3A1507;
}
</style>