Shades of Brown Pod #3A241B
Tints of Brown Pod #3A241B
RGB
CMYK
RGB Variations
Color information
#3A241B (or 0x3A241B) is known color: Brown Pod. HEX triplet: 3A, 24 and 1B. RGB value is (58,36,27). Sum of RGB (Red+Green+Blue) = 58+36+27=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A241B is #C5DBE4. Grayscale: #292929. Windows color (decimal): -12966885 or 1778746. OLE color: 1778746.
HSL color Cylindrical-coordinate representation of color #3A241B: hue angle of 17.42º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A241B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 27 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.77 |
| HSL | 17.42º | 0.36% | 0.17% | - |
| HSV(B) | 17.42º | 0.53% | 0.23% | - |
| XYZ | 2.57 | 2.24 | 1.33 | - |
| YUV | 41.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 27 | 0 | 0.38 | 0.53 | 0.77 | 17.42 | 0.36 | 0.17 |
| Hex | 3A | 24 | 1B | 0 | 26 | 35 | 4D | 11 | 24 | 11 |
| Octal | 72 | 44 | 33 | 0 | 46 | 65 | 115 | 21 | 44 | 21 |
| Binary | 111010 | 100100 | 11011 | 0 | 100110 | 110101 | 1001101 | 10001 | 100100 | 10001 |
Color Harmonies of #3A241B
Complementary color
Monochromatic Colors of #3A241B
Black with #3A241B
Text Example
Text Example
White with #3A241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A241B; }
p { color: rgb(58,36,27); }
H1.HeaderClassName
{
color: #3A241B;
}
.AnyTagClassName
{
color: #3A241B;
}
</style>
background-color css
<style>
a { background-color: #3A241B; }
a { background-color: rgb(58,36,27); }
div.DivClassName
{
background-color: #3A241B;
}
.BgClassName
{
background-color: #3A241B;
}
</style>
border-color css
<style>
span { border-color: #3A241B; }
span { border-color: rgb(58,36,27); }
td.TdClassName
{
border-color: #3A241B;
}
.TagClassName
{
border-color: #3A241B;
}
</style>