Shades of Peanut #773F30
Tints of Peanut #773F30
RGB
CMYK
RGB Variations
Color information
#773F30 (or 0x773F30) is known color: Peanut. HEX triplet: 77, 3F and 30. RGB value is (119,63,48). Sum of RGB (Red+Green+Blue) = 119+63+48=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #773F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F30 is #88C0CF. Grayscale: #4E4E4E. Windows color (decimal): -8962256 or 3161975. OLE color: 3161975.
HSL color Cylindrical-coordinate representation of color #773F30: hue angle of 12.68º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773F30 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 63 | 48 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.53 |
| HSL | 12.68º | 0.43% | 0.33% | - |
| HSV(B) | 12.68º | 0.6% | 0.47% | - |
| XYZ | 9.92 | 7.69 | 3.76 | - |
| YUV | 78.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 48 | 0 | 0.47 | 0.60 | 0.53 | 12.68 | 0.43 | 0.33 |
| Hex | 77 | 3F | 30 | 0 | 2F | 3C | 35 | D | 2B | 21 |
| Octal | 167 | 77 | 60 | 0 | 57 | 74 | 65 | 15 | 53 | 41 |
| Binary | 1110111 | 111111 | 110000 | 0 | 101111 | 111100 | 110101 | 1101 | 101011 | 100001 |
Color Harmonies of #773F30
Complementary color
Monochromatic Colors of #773F30
Black with #773F30
Text Example
Text Example
White with #773F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F30; }
p { color: rgb(119,63,48); }
H1.HeaderClassName
{
color: #773F30;
}
.AnyTagClassName
{
color: #773F30;
}
</style>
background-color css
<style>
a { background-color: #773F30; }
a { background-color: rgb(119,63,48); }
div.DivClassName
{
background-color: #773F30;
}
.BgClassName
{
background-color: #773F30;
}
</style>
border-color css
<style>
span { border-color: #773F30; }
span { border-color: rgb(119,63,48); }
td.TdClassName
{
border-color: #773F30;
}
.TagClassName
{
border-color: #773F30;
}
</style>