Shades of Peanut #754233
Tints of Peanut #754233
RGB
CMYK
RGB Variations
Color information
#754233 (or 0x754233) is known color: Peanut. HEX triplet: 75, 42 and 33. RGB value is (117,66,51). Sum of RGB (Red+Green+Blue) = 117+66+51=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #754233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754233 is #8ABDCC. Grayscale: #4F4F4F. Windows color (decimal): -9092557 or 3359349. OLE color: 3359349.
HSL color Cylindrical-coordinate representation of color #754233: hue angle of 13.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754233 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 51 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.54 |
| HSL | 13.64º | 0.39% | 0.33% | - |
| HSV(B) | 13.64º | 0.56% | 0.46% | - |
| XYZ | 9.88 | 7.92 | 4.14 | - |
| YUV | 79.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 51 | 0 | 0.44 | 0.56 | 0.54 | 13.64 | 0.39 | 0.33 |
| Hex | 75 | 42 | 33 | 0 | 2C | 38 | 36 | E | 27 | 21 |
| Octal | 165 | 102 | 63 | 0 | 54 | 70 | 66 | 16 | 47 | 41 |
| Binary | 1110101 | 1000010 | 110011 | 0 | 101100 | 111000 | 110110 | 1110 | 100111 | 100001 |
Color Harmonies of #754233
Complementary color
Monochromatic Colors of #754233
Black with #754233
Text Example
Text Example
White with #754233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754233; }
p { color: rgb(117,66,51); }
H1.HeaderClassName
{
color: #754233;
}
.AnyTagClassName
{
color: #754233;
}
</style>
background-color css
<style>
a { background-color: #754233; }
a { background-color: rgb(117,66,51); }
div.DivClassName
{
background-color: #754233;
}
.BgClassName
{
background-color: #754233;
}
</style>
border-color css
<style>
span { border-color: #754233; }
span { border-color: rgb(117,66,51); }
td.TdClassName
{
border-color: #754233;
}
.TagClassName
{
border-color: #754233;
}
</style>