Shades of Peanut #744839
Tints of Peanut #744839
RGB
CMYK
RGB Variations
Color information
#744839 (or 0x744839) is known color: Peanut. HEX triplet: 74, 48 and 39. RGB value is (116,72,57). Sum of RGB (Red+Green+Blue) = 116+72+57=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #744839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744839 is #8BB7C6. Grayscale: #535353. Windows color (decimal): -9156551 or 3754100. OLE color: 3754100.
HSL color Cylindrical-coordinate representation of color #744839: hue angle of 15.25º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744839 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 57 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.55 |
| HSL | 15.25º | 0.34% | 0.34% | - |
| HSV(B) | 15.25º | 0.51% | 0.45% | - |
| XYZ | 10.26 | 8.64 | 5 | - |
| YUV | 83.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 57 | 0 | 0.38 | 0.51 | 0.55 | 15.25 | 0.34 | 0.34 |
| Hex | 74 | 48 | 39 | 0 | 26 | 33 | 37 | F | 22 | 22 |
| Octal | 164 | 110 | 71 | 0 | 46 | 63 | 67 | 17 | 42 | 42 |
| Binary | 1110100 | 1001000 | 111001 | 0 | 100110 | 110011 | 110111 | 1111 | 100010 | 100010 |
Color Harmonies of #744839
Complementary color
Monochromatic Colors of #744839
Black with #744839
Text Example
Text Example
White with #744839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744839; }
p { color: rgb(116,72,57); }
H1.HeaderClassName
{
color: #744839;
}
.AnyTagClassName
{
color: #744839;
}
</style>
background-color css
<style>
a { background-color: #744839; }
a { background-color: rgb(116,72,57); }
div.DivClassName
{
background-color: #744839;
}
.BgClassName
{
background-color: #744839;
}
</style>
border-color css
<style>
span { border-color: #744839; }
span { border-color: rgb(116,72,57); }
td.TdClassName
{
border-color: #744839;
}
.TagClassName
{
border-color: #744839;
}
</style>