Shades of Brown Pod #3A231A
Tints of Brown Pod #3A231A
RGB
CMYK
RGB Variations
Color information
#3A231A (or 0x3A231A) is known color: Brown Pod. HEX triplet: 3A, 23 and 1A. RGB value is (58,35,26). Sum of RGB (Red+Green+Blue) = 58+35+26=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A231A is #C5DCE5. Grayscale: #282828. Windows color (decimal): -12967142 or 1712954. OLE color: 1712954.
HSL color Cylindrical-coordinate representation of color #3A231A: hue angle of 16.88º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A231A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 26 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.77 |
| HSL | 16.88º | 0.38% | 0.16% | - |
| HSV(B) | 16.88º | 0.55% | 0.23% | - |
| XYZ | 2.53 | 2.18 | 1.26 | - |
| YUV | 40.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 26 | 0 | 0.40 | 0.55 | 0.77 | 16.88 | 0.38 | 0.16 |
| Hex | 3A | 23 | 1A | 0 | 28 | 37 | 4D | 11 | 26 | 10 |
| Octal | 72 | 43 | 32 | 0 | 50 | 67 | 115 | 21 | 46 | 20 |
| Binary | 111010 | 100011 | 11010 | 0 | 101000 | 110111 | 1001101 | 10001 | 100110 | 10000 |
Color Harmonies of #3A231A
Complementary color
Monochromatic Colors of #3A231A
Black with #3A231A
Text Example
Text Example
White with #3A231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A231A; }
p { color: rgb(58,35,26); }
H1.HeaderClassName
{
color: #3A231A;
}
.AnyTagClassName
{
color: #3A231A;
}
</style>
background-color css
<style>
a { background-color: #3A231A; }
a { background-color: rgb(58,35,26); }
div.DivClassName
{
background-color: #3A231A;
}
.BgClassName
{
background-color: #3A231A;
}
</style>
border-color css
<style>
span { border-color: #3A231A; }
span { border-color: rgb(58,35,26); }
td.TdClassName
{
border-color: #3A231A;
}
.TagClassName
{
border-color: #3A231A;
}
</style>