Shades of Peanut #7A4538
Tints of Peanut #7A4538
RGB
CMYK
RGB Variations
Color information
#7A4538 (or 0x7A4538) is known color: Peanut. HEX triplet: 7A, 45 and 38. RGB value is (122,69,56). Sum of RGB (Red+Green+Blue) = 122+69+56=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4538 is #85BAC7. Grayscale: #535353. Windows color (decimal): -8764104 or 3687802. OLE color: 3687802.
HSL color Cylindrical-coordinate representation of color #7A4538: hue angle of 11.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A4538 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 56 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.52 |
| HSL | 11.82º | 0.37% | 0.35% | - |
| HSV(B) | 11.82º | 0.54% | 0.48% | - |
| XYZ | 10.87 | 8.68 | 4.84 | - |
| YUV | 83.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 56 | 0 | 0.43 | 0.54 | 0.52 | 11.82 | 0.37 | 0.35 |
| Hex | 7A | 45 | 38 | 0 | 2B | 36 | 34 | C | 25 | 23 |
| Octal | 172 | 105 | 70 | 0 | 53 | 66 | 64 | 14 | 45 | 43 |
| Binary | 1111010 | 1000101 | 111000 | 0 | 101011 | 110110 | 110100 | 1100 | 100101 | 100011 |
Color Harmonies of #7A4538
Complementary color
Monochromatic Colors of #7A4538
Black with #7A4538
Text Example
Text Example
White with #7A4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4538; }
p { color: rgb(122,69,56); }
H1.HeaderClassName
{
color: #7A4538;
}
.AnyTagClassName
{
color: #7A4538;
}
</style>
background-color css
<style>
a { background-color: #7A4538; }
a { background-color: rgb(122,69,56); }
div.DivClassName
{
background-color: #7A4538;
}
.BgClassName
{
background-color: #7A4538;
}
</style>
border-color css
<style>
span { border-color: #7A4538; }
span { border-color: rgb(122,69,56); }
td.TdClassName
{
border-color: #7A4538;
}
.TagClassName
{
border-color: #7A4538;
}
</style>