Shades of Peanut #754235
Tints of Peanut #754235
RGB
CMYK
RGB Variations
Color information
#754235 (or 0x754235) is known color: Peanut. HEX triplet: 75, 42 and 35. RGB value is (117,66,53). Sum of RGB (Red+Green+Blue) = 117+66+53=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754235 is #8ABDCA. Grayscale: #4F4F4F. Windows color (decimal): -9092555 or 3490421. OLE color: 3490421.
HSL color Cylindrical-coordinate representation of color #754235: hue angle of 12.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754235 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 53 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.54 |
| HSL | 12.19º | 0.38% | 0.33% | - |
| HSV(B) | 12.19º | 0.55% | 0.46% | - |
| XYZ | 9.93 | 7.94 | 4.38 | - |
| YUV | 79.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 53 | 0 | 0.44 | 0.55 | 0.54 | 12.19 | 0.38 | 0.33 |
| Hex | 75 | 42 | 35 | 0 | 2C | 37 | 36 | C | 26 | 21 |
| Octal | 165 | 102 | 65 | 0 | 54 | 67 | 66 | 14 | 46 | 41 |
| Binary | 1110101 | 1000010 | 110101 | 0 | 101100 | 110111 | 110110 | 1100 | 100110 | 100001 |
Color Harmonies of #754235
Complementary color
Monochromatic Colors of #754235
Black with #754235
Text Example
Text Example
White with #754235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754235; }
p { color: rgb(117,66,53); }
H1.HeaderClassName
{
color: #754235;
}
.AnyTagClassName
{
color: #754235;
}
</style>
background-color css
<style>
a { background-color: #754235; }
a { background-color: rgb(117,66,53); }
div.DivClassName
{
background-color: #754235;
}
.BgClassName
{
background-color: #754235;
}
</style>
border-color css
<style>
span { border-color: #754235; }
span { border-color: rgb(117,66,53); }
td.TdClassName
{
border-color: #754235;
}
.TagClassName
{
border-color: #754235;
}
</style>