Shades of Brown Pod #3A251A
Tints of Brown Pod #3A251A
RGB
CMYK
RGB Variations
Color information
#3A251A (or 0x3A251A) is known color: Brown Pod. HEX triplet: 3A, 25 and 1A. RGB value is (58,37,26). Sum of RGB (Red+Green+Blue) = 58+37+26=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A251A is #C5DAE5. Grayscale: #2A2A2A. Windows color (decimal): -12966630 or 1713466. OLE color: 1713466.
HSL color Cylindrical-coordinate representation of color #3A251A: hue angle of 20.62º 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 #3A251A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 37 | 26 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.77 |
| HSL | 20.63º | 0.38% | 0.16% | - |
| HSV(B) | 20.63º | 0.55% | 0.23% | - |
| XYZ | 2.59 | 2.3 | 1.28 | - |
| YUV | 42.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 26 | 0 | 0.36 | 0.55 | 0.77 | 20.63 | 0.38 | 0.16 |
| Hex | 3A | 25 | 1A | 0 | 24 | 37 | 4D | 15 | 26 | 10 |
| Octal | 72 | 45 | 32 | 0 | 44 | 67 | 115 | 25 | 46 | 20 |
| Binary | 111010 | 100101 | 11010 | 0 | 100100 | 110111 | 1001101 | 10101 | 100110 | 10000 |
Color Harmonies of #3A251A
Complementary color
Monochromatic Colors of #3A251A
Black with #3A251A
Text Example
Text Example
White with #3A251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A251A; }
p { color: rgb(58,37,26); }
H1.HeaderClassName
{
color: #3A251A;
}
.AnyTagClassName
{
color: #3A251A;
}
</style>
background-color css
<style>
a { background-color: #3A251A; }
a { background-color: rgb(58,37,26); }
div.DivClassName
{
background-color: #3A251A;
}
.BgClassName
{
background-color: #3A251A;
}
</style>
border-color css
<style>
span { border-color: #3A251A; }
span { border-color: rgb(58,37,26); }
td.TdClassName
{
border-color: #3A251A;
}
.TagClassName
{
border-color: #3A251A;
}
</style>