Shades of Peanut #744535
Tints of Peanut #744535
RGB
CMYK
RGB Variations
Color information
#744535 (or 0x744535) is known color: Peanut. HEX triplet: 74, 45 and 35. RGB value is (116,69,53). Sum of RGB (Red+Green+Blue) = 116+69+53=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #744535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744535 is #8BBACA. Grayscale: #515151. Windows color (decimal): -9157323 or 3491188. OLE color: 3491188.
HSL color Cylindrical-coordinate representation of color #744535: hue angle of 15.24º 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 #744535 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 69 | 53 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.55 |
| HSL | 15.24º | 0.37% | 0.33% | - |
| HSV(B) | 15.24º | 0.54% | 0.45% | - |
| XYZ | 9.97 | 8.23 | 4.43 | - |
| YUV | 81.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 53 | 0 | 0.41 | 0.54 | 0.55 | 15.24 | 0.37 | 0.33 |
| Hex | 74 | 45 | 35 | 0 | 29 | 36 | 37 | F | 25 | 21 |
| Octal | 164 | 105 | 65 | 0 | 51 | 66 | 67 | 17 | 45 | 41 |
| Binary | 1110100 | 1000101 | 110101 | 0 | 101001 | 110110 | 110111 | 1111 | 100101 | 100001 |
Color Harmonies of #744535
Complementary color
Monochromatic Colors of #744535
Black with #744535
Text Example
Text Example
White with #744535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744535; }
p { color: rgb(116,69,53); }
H1.HeaderClassName
{
color: #744535;
}
.AnyTagClassName
{
color: #744535;
}
</style>
background-color css
<style>
a { background-color: #744535; }
a { background-color: rgb(116,69,53); }
div.DivClassName
{
background-color: #744535;
}
.BgClassName
{
background-color: #744535;
}
</style>
border-color css
<style>
span { border-color: #744535; }
span { border-color: rgb(116,69,53); }
td.TdClassName
{
border-color: #744535;
}
.TagClassName
{
border-color: #744535;
}
</style>