#7F4633

Color #7F4633 Peanut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peanut #7F4633

Tints of Peanut #7F4633

Color information

#7F4633 (or 0x7F4633) is unknown color: approx Peanut. HEX triplet: 7F, 46 and 33. RGB value is (127,70,51). Sum of RGB (Red+Green+Blue) = 127+70+51=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4633 is #80B9CC. Grayscale: #555555. Windows color (decimal): -8436173 or 3360383. OLE color: 3360383.

HSL color Cylindrical-coordinate representation of color #7F4633: hue angle of 15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F4633 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1277051-
CMYK00.450.600.50
HSL15º42.7%34.9%-
HSV(B)15º59.84%49.8%-
XYZ11.549.134.29-
YUV84.88108.88158.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=51.21%
G=28.23%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127705100.450.600.501542.734.9
Hex7F463302D3C32f2b23
Octal177106630557462175343
Binary1111111100011011001101011011111001100101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4633; }

 p { color: rgb(127,70,51); }

 H1.HeaderClassName
 {
   color: #7F4633;
 }
 .AnyTagClassName
 {
   color: #7F4633;
 }
</style>
background-color css

<style>
 a { background-color: #7F4633; }

 a { background-color: rgb(127,70,51); }

 div.DivClassName
 {
   background-color: #7F4633;
 }
 .BgClassName
 {
   background-color: #7F4633;
 }
</style>
border-color css

<style>
 span { border-color: #7F4633; }

 span { border-color: rgb(127,70,51); }

 td.TdClassName
 {
   border-color: #7F4633;
 }
 .TagClassName
 {
   border-color: #7F4633;
 }
</style>