Shades of Brown Pod #3A241F
Tints of Brown Pod #3A241F
RGB
CMYK
RGB Variations
Color information
#3A241F (or 0x3A241F) is known color: Brown Pod. HEX triplet: 3A, 24 and 1F. RGB value is (58,36,31). Sum of RGB (Red+Green+Blue) = 58+36+31=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A241F is #C5DBE0. Grayscale: #2A2A2A. Windows color (decimal): -12966881 or 2040890. OLE color: 2040890.
HSL color Cylindrical-coordinate representation of color #3A241F: hue angle of 11.11º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A241F is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 31 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.77 |
| HSL | 11.11º | 0.3% | 0.17% | - |
| HSV(B) | 11.11º | 0.47% | 0.23% | - |
| XYZ | 2.62 | 2.26 | 1.59 | - |
| YUV | 42.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 31 | 0 | 0.38 | 0.47 | 0.77 | 11.11 | 0.3 | 0.17 |
| Hex | 3A | 24 | 1F | 0 | 26 | 2F | 4D | B | 1E | 11 |
| Octal | 72 | 44 | 37 | 0 | 46 | 57 | 115 | 13 | 36 | 21 |
| Binary | 111010 | 100100 | 11111 | 0 | 100110 | 101111 | 1001101 | 1011 | 11110 | 10001 |
Color Harmonies of #3A241F
Complementary color
Monochromatic Colors of #3A241F
Black with #3A241F
Text Example
Text Example
White with #3A241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A241F; }
p { color: rgb(58,36,31); }
H1.HeaderClassName
{
color: #3A241F;
}
.AnyTagClassName
{
color: #3A241F;
}
</style>
background-color css
<style>
a { background-color: #3A241F; }
a { background-color: rgb(58,36,31); }
div.DivClassName
{
background-color: #3A241F;
}
.BgClassName
{
background-color: #3A241F;
}
</style>
border-color css
<style>
span { border-color: #3A241F; }
span { border-color: rgb(58,36,31); }
td.TdClassName
{
border-color: #3A241F;
}
.TagClassName
{
border-color: #3A241F;
}
</style>