Shades of Peanut #744032
Tints of Peanut #744032
RGB
CMYK
RGB Variations
Color information
#744032 (or 0x744032) is known color: Peanut. HEX triplet: 74, 40 and 32. RGB value is (116,64,50). Sum of RGB (Red+Green+Blue) = 116+64+50=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #744032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744032 is #8BBFCD. Grayscale: #4E4E4E. Windows color (decimal): -9158606 or 3293300. OLE color: 3293300.
HSL color Cylindrical-coordinate representation of color #744032: hue angle of 12.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744032 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 50 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.55 |
| HSL | 12.73º | 0.4% | 0.33% | - |
| HSV(B) | 12.73º | 0.57% | 0.45% | - |
| XYZ | 9.61 | 7.61 | 3.98 | - |
| YUV | 77.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 50 | 0 | 0.45 | 0.57 | 0.55 | 12.73 | 0.4 | 0.33 |
| Hex | 74 | 40 | 32 | 0 | 2D | 39 | 37 | D | 28 | 21 |
| Octal | 164 | 100 | 62 | 0 | 55 | 71 | 67 | 15 | 50 | 41 |
| Binary | 1110100 | 1000000 | 110010 | 0 | 101101 | 111001 | 110111 | 1101 | 101000 | 100001 |
Color Harmonies of #744032
Complementary color
Monochromatic Colors of #744032
Black with #744032
Text Example
Text Example
White with #744032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744032; }
p { color: rgb(116,64,50); }
H1.HeaderClassName
{
color: #744032;
}
.AnyTagClassName
{
color: #744032;
}
</style>
background-color css
<style>
a { background-color: #744032; }
a { background-color: rgb(116,64,50); }
div.DivClassName
{
background-color: #744032;
}
.BgClassName
{
background-color: #744032;
}
</style>
border-color css
<style>
span { border-color: #744032; }
span { border-color: rgb(116,64,50); }
td.TdClassName
{
border-color: #744032;
}
.TagClassName
{
border-color: #744032;
}
</style>