Shades of Peanut #74493A
Tints of Peanut #74493A
RGB
CMYK
RGB Variations
Color information
#74493A (or 0x74493A) is known color: Peanut. HEX triplet: 74, 49 and 3A. RGB value is (116,73,58). Sum of RGB (Red+Green+Blue) = 116+73+58=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74493A is #8BB6C5. Grayscale: #545454. Windows color (decimal): -9156294 or 3819892. OLE color: 3819892.
HSL color Cylindrical-coordinate representation of color #74493A: hue angle of 15.52º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74493A is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 58 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.55 |
| HSL | 15.52º | 0.33% | 0.34% | - |
| HSV(B) | 15.52º | 0.5% | 0.45% | - |
| XYZ | 10.35 | 8.78 | 5.15 | - |
| YUV | 84.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 58 | 0 | 0.37 | 0.5 | 0.55 | 15.52 | 0.33 | 0.34 |
| Hex | 74 | 49 | 3A | 0 | 25 | 32 | 37 | 10 | 21 | 22 |
| Octal | 164 | 111 | 72 | 0 | 45 | 62 | 67 | 20 | 41 | 42 |
| Binary | 1110100 | 1001001 | 111010 | 0 | 100101 | 110010 | 110111 | 10000 | 100001 | 100010 |
Color Harmonies of #74493A
Complementary color
Monochromatic Colors of #74493A
Black with #74493A
Text Example
Text Example
White with #74493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74493A; }
p { color: rgb(116,73,58); }
H1.HeaderClassName
{
color: #74493A;
}
.AnyTagClassName
{
color: #74493A;
}
</style>
background-color css
<style>
a { background-color: #74493A; }
a { background-color: rgb(116,73,58); }
div.DivClassName
{
background-color: #74493A;
}
.BgClassName
{
background-color: #74493A;
}
</style>
border-color css
<style>
span { border-color: #74493A; }
span { border-color: rgb(116,73,58); }
td.TdClassName
{
border-color: #74493A;
}
.TagClassName
{
border-color: #74493A;
}
</style>