Shades of Brown Pod #3A231B
Tints of Brown Pod #3A231B
RGB
CMYK
RGB Variations
Color information
#3A231B (or 0x3A231B) is known color: Brown Pod. HEX triplet: 3A, 23 and 1B. RGB value is (58,35,27). Sum of RGB (Red+Green+Blue) = 58+35+27=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A231B is #C5DCE4. Grayscale: #292929. Windows color (decimal): -12967141 or 1778490. OLE color: 1778490.
HSL color Cylindrical-coordinate representation of color #3A231B: hue angle of 15.48º 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 #3A231B is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 27 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.77 |
| HSL | 15.48º | 0.36% | 0.17% | - |
| HSV(B) | 15.48º | 0.53% | 0.23% | - |
| XYZ | 2.54 | 2.18 | 1.32 | - |
| YUV | 40.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 27 | 0 | 0.40 | 0.53 | 0.77 | 15.48 | 0.36 | 0.17 |
| Hex | 3A | 23 | 1B | 0 | 28 | 35 | 4D | F | 24 | 11 |
| Octal | 72 | 43 | 33 | 0 | 50 | 65 | 115 | 17 | 44 | 21 |
| Binary | 111010 | 100011 | 11011 | 0 | 101000 | 110101 | 1001101 | 1111 | 100100 | 10001 |
Color Harmonies of #3A231B
Complementary color
Monochromatic Colors of #3A231B
Black with #3A231B
Text Example
Text Example
White with #3A231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A231B; }
p { color: rgb(58,35,27); }
H1.HeaderClassName
{
color: #3A231B;
}
.AnyTagClassName
{
color: #3A231B;
}
</style>
background-color css
<style>
a { background-color: #3A231B; }
a { background-color: rgb(58,35,27); }
div.DivClassName
{
background-color: #3A231B;
}
.BgClassName
{
background-color: #3A231B;
}
</style>
border-color css
<style>
span { border-color: #3A231B; }
span { border-color: rgb(58,35,27); }
td.TdClassName
{
border-color: #3A231B;
}
.TagClassName
{
border-color: #3A231B;
}
</style>