Shades of Peanut #754637
Tints of Peanut #754637
RGB
CMYK
RGB Variations
Color information
#754637 (or 0x754637) is known color: Peanut. HEX triplet: 75, 46 and 37. RGB value is (117,70,55). Sum of RGB (Red+Green+Blue) = 117+70+55=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754637 is #8AB9C8. Grayscale: #525252. Windows color (decimal): -9091529 or 3622517. OLE color: 3622517.
HSL color Cylindrical-coordinate representation of color #754637: hue angle of 14.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754637 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 55 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.54 |
| HSL | 14.52º | 0.36% | 0.34% | - |
| HSV(B) | 14.52º | 0.53% | 0.46% | - |
| XYZ | 10.22 | 8.44 | 4.7 | - |
| YUV | 82.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 55 | 0 | 0.40 | 0.53 | 0.54 | 14.52 | 0.36 | 0.34 |
| Hex | 75 | 46 | 37 | 0 | 28 | 35 | 36 | F | 24 | 22 |
| Octal | 165 | 106 | 67 | 0 | 50 | 65 | 66 | 17 | 44 | 42 |
| Binary | 1110101 | 1000110 | 110111 | 0 | 101000 | 110101 | 110110 | 1111 | 100100 | 100010 |
Color Harmonies of #754637
Complementary color
Monochromatic Colors of #754637
Black with #754637
Text Example
Text Example
White with #754637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754637; }
p { color: rgb(117,70,55); }
H1.HeaderClassName
{
color: #754637;
}
.AnyTagClassName
{
color: #754637;
}
</style>
background-color css
<style>
a { background-color: #754637; }
a { background-color: rgb(117,70,55); }
div.DivClassName
{
background-color: #754637;
}
.BgClassName
{
background-color: #754637;
}
</style>
border-color css
<style>
span { border-color: #754637; }
span { border-color: rgb(117,70,55); }
td.TdClassName
{
border-color: #754637;
}
.TagClassName
{
border-color: #754637;
}
</style>