Shades of Peanut #734235
Tints of Peanut #734235
RGB
CMYK
RGB Variations
Color information
#734235 (or 0x734235) is known color: Peanut. HEX triplet: 73, 42 and 35. RGB value is (115,66,53). Sum of RGB (Red+Green+Blue) = 115+66+53=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #734235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734235 is #8CBDCA. Grayscale: #4F4F4F. Windows color (decimal): -9223627 or 3490419. OLE color: 3490419.
HSL color Cylindrical-coordinate representation of color #734235: hue angle of 12.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734235 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 53 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.55 |
| HSL | 12.58º | 0.37% | 0.33% | - |
| HSV(B) | 12.58º | 0.54% | 0.45% | - |
| XYZ | 9.66 | 7.8 | 4.36 | - |
| YUV | 79.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 53 | 0 | 0.43 | 0.54 | 0.55 | 12.58 | 0.37 | 0.33 |
| Hex | 73 | 42 | 35 | 0 | 2B | 36 | 37 | D | 25 | 21 |
| Octal | 163 | 102 | 65 | 0 | 53 | 66 | 67 | 15 | 45 | 41 |
| Binary | 1110011 | 1000010 | 110101 | 0 | 101011 | 110110 | 110111 | 1101 | 100101 | 100001 |
Color Harmonies of #734235
Complementary color
Monochromatic Colors of #734235
Black with #734235
Text Example
Text Example
White with #734235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734235; }
p { color: rgb(115,66,53); }
H1.HeaderClassName
{
color: #734235;
}
.AnyTagClassName
{
color: #734235;
}
</style>
background-color css
<style>
a { background-color: #734235; }
a { background-color: rgb(115,66,53); }
div.DivClassName
{
background-color: #734235;
}
.BgClassName
{
background-color: #734235;
}
</style>
border-color css
<style>
span { border-color: #734235; }
span { border-color: rgb(115,66,53); }
td.TdClassName
{
border-color: #734235;
}
.TagClassName
{
border-color: #734235;
}
</style>