Shades of Brown Pod #3A1F12
Tints of Brown Pod #3A1F12
RGB
CMYK
RGB Variations
Color information
#3A1F12 (or 0x3A1F12) is known color: Brown Pod. HEX triplet: 3A, 1F and 12. RGB value is (58,31,18). Sum of RGB (Red+Green+Blue) = 58+31+18=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F12 is #C5E0ED. Grayscale: #252525. Windows color (decimal): -12968174 or 1187642. OLE color: 1187642.
HSL color Cylindrical-coordinate representation of color #3A1F12: hue angle of 19.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A1F12 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 18 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.77 |
| HSL | 19.5º | 0.53% | 0.15% | - |
| HSV(B) | 19.5º | 0.69% | 0.23% | - |
| XYZ | 2.34 | 1.92 | 0.82 | - |
| YUV | 37.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 18 | 0 | 0.47 | 0.69 | 0.77 | 19.5 | 0.53 | 0.15 |
| Hex | 3A | 1F | 12 | 0 | 2F | 45 | 4D | 14 | 35 | F |
| Octal | 72 | 37 | 22 | 0 | 57 | 105 | 115 | 24 | 65 | 17 |
| Binary | 111010 | 11111 | 10010 | 0 | 101111 | 1000101 | 1001101 | 10100 | 110101 | 1111 |
Color Harmonies of #3A1F12
Complementary color
Monochromatic Colors of #3A1F12
Black with #3A1F12
Text Example
Text Example
White with #3A1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F12; }
p { color: rgb(58,31,18); }
H1.HeaderClassName
{
color: #3A1F12;
}
.AnyTagClassName
{
color: #3A1F12;
}
</style>
background-color css
<style>
a { background-color: #3A1F12; }
a { background-color: rgb(58,31,18); }
div.DivClassName
{
background-color: #3A1F12;
}
.BgClassName
{
background-color: #3A1F12;
}
</style>
border-color css
<style>
span { border-color: #3A1F12; }
span { border-color: rgb(58,31,18); }
td.TdClassName
{
border-color: #3A1F12;
}
.TagClassName
{
border-color: #3A1F12;
}
</style>