Shades of Peanut #744133
Tints of Peanut #744133
RGB
CMYK
RGB Variations
Color information
#744133 (or 0x744133) is known color: Peanut. HEX triplet: 74, 41 and 33. RGB value is (116,65,51). Sum of RGB (Red+Green+Blue) = 116+65+51=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744133 is #8BBECC. Grayscale: #4E4E4E. Windows color (decimal): -9158349 or 3359092. OLE color: 3359092.
HSL color Cylindrical-coordinate representation of color #744133: hue angle of 12.92º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744133 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 51 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.55 |
| HSL | 12.92º | 0.39% | 0.33% | - |
| HSV(B) | 12.92º | 0.56% | 0.45% | - |
| XYZ | 9.69 | 7.73 | 4.11 | - |
| YUV | 78.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 51 | 0 | 0.44 | 0.56 | 0.55 | 12.92 | 0.39 | 0.33 |
| Hex | 74 | 41 | 33 | 0 | 2C | 38 | 37 | D | 27 | 21 |
| Octal | 164 | 101 | 63 | 0 | 54 | 70 | 67 | 15 | 47 | 41 |
| Binary | 1110100 | 1000001 | 110011 | 0 | 101100 | 111000 | 110111 | 1101 | 100111 | 100001 |
Color Harmonies of #744133
Complementary color
Monochromatic Colors of #744133
Black with #744133
Text Example
Text Example
White with #744133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744133; }
p { color: rgb(116,65,51); }
H1.HeaderClassName
{
color: #744133;
}
.AnyTagClassName
{
color: #744133;
}
</style>
background-color css
<style>
a { background-color: #744133; }
a { background-color: rgb(116,65,51); }
div.DivClassName
{
background-color: #744133;
}
.BgClassName
{
background-color: #744133;
}
</style>
border-color css
<style>
span { border-color: #744133; }
span { border-color: rgb(116,65,51); }
td.TdClassName
{
border-color: #744133;
}
.TagClassName
{
border-color: #744133;
}
</style>