Shades of Peanut #744637
Tints of Peanut #744637
RGB
CMYK
RGB Variations
Color information
#744637 (or 0x744637) is known color: Peanut. HEX triplet: 74, 46 and 37. RGB value is (116,70,55). Sum of RGB (Red+Green+Blue) = 116+70+55=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744637 is #8BB9C8. Grayscale: #525252. Windows color (decimal): -9157065 or 3622516. OLE color: 3622516.
HSL color Cylindrical-coordinate representation of color #744637: hue angle of 14.75º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744637 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 55 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.55 |
| HSL | 14.75º | 0.36% | 0.34% | - |
| HSV(B) | 14.75º | 0.53% | 0.45% | - |
| XYZ | 10.08 | 8.37 | 4.7 | - |
| YUV | 82.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 55 | 0 | 0.40 | 0.53 | 0.55 | 14.75 | 0.36 | 0.34 |
| Hex | 74 | 46 | 37 | 0 | 28 | 35 | 37 | F | 24 | 22 |
| Octal | 164 | 106 | 67 | 0 | 50 | 65 | 67 | 17 | 44 | 42 |
| Binary | 1110100 | 1000110 | 110111 | 0 | 101000 | 110101 | 110111 | 1111 | 100100 | 100010 |
Color Harmonies of #744637
Complementary color
Monochromatic Colors of #744637
Black with #744637
Text Example
Text Example
White with #744637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744637; }
p { color: rgb(116,70,55); }
H1.HeaderClassName
{
color: #744637;
}
.AnyTagClassName
{
color: #744637;
}
</style>
background-color css
<style>
a { background-color: #744637; }
a { background-color: rgb(116,70,55); }
div.DivClassName
{
background-color: #744637;
}
.BgClassName
{
background-color: #744637;
}
</style>
border-color css
<style>
span { border-color: #744637; }
span { border-color: rgb(116,70,55); }
td.TdClassName
{
border-color: #744637;
}
.TagClassName
{
border-color: #744637;
}
</style>