Shades of Brown Pod #3A251B
Tints of Brown Pod #3A251B
RGB
CMYK
RGB Variations
Color information
#3A251B (or 0x3A251B) is known color: Brown Pod. HEX triplet: 3A, 25 and 1B. RGB value is (58,37,27). Sum of RGB (Red+Green+Blue) = 58+37+27=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A251B is #C5DAE4. Grayscale: #2A2A2A. Windows color (decimal): -12966629 or 1779002. OLE color: 1779002.
HSL color Cylindrical-coordinate representation of color #3A251B: hue angle of 19.35º 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 #3A251B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 37 | 27 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.77 |
| HSL | 19.35º | 0.36% | 0.17% | - |
| HSV(B) | 19.35º | 0.53% | 0.23% | - |
| XYZ | 2.6 | 2.3 | 1.34 | - |
| YUV | 42.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 27 | 0 | 0.36 | 0.53 | 0.77 | 19.35 | 0.36 | 0.17 |
| Hex | 3A | 25 | 1B | 0 | 24 | 35 | 4D | 13 | 24 | 11 |
| Octal | 72 | 45 | 33 | 0 | 44 | 65 | 115 | 23 | 44 | 21 |
| Binary | 111010 | 100101 | 11011 | 0 | 100100 | 110101 | 1001101 | 10011 | 100100 | 10001 |
Color Harmonies of #3A251B
Complementary color
Monochromatic Colors of #3A251B
Black with #3A251B
Text Example
Text Example
White with #3A251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A251B; }
p { color: rgb(58,37,27); }
H1.HeaderClassName
{
color: #3A251B;
}
.AnyTagClassName
{
color: #3A251B;
}
</style>
background-color css
<style>
a { background-color: #3A251B; }
a { background-color: rgb(58,37,27); }
div.DivClassName
{
background-color: #3A251B;
}
.BgClassName
{
background-color: #3A251B;
}
</style>
border-color css
<style>
span { border-color: #3A251B; }
span { border-color: rgb(58,37,27); }
td.TdClassName
{
border-color: #3A251B;
}
.TagClassName
{
border-color: #3A251B;
}
</style>