#7F4433

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

Shades of Peanut #7F4433

Tints of Peanut #7F4433

Color information

#7F4433 (or 0x7F4433) is unknown color: approx Peanut. HEX triplet: 7F, 44 and 33. RGB value is (127,68,51). Sum of RGB (Red+Green+Blue) = 127+68+51=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4433 is #80BBCC. Grayscale: #535353. Windows color (decimal): -8436685 or 3359871. OLE color: 3359871.

HSL color Cylindrical-coordinate representation of color #7F4433: hue angle of 13.42º 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 #7F4433 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB1276851-
CMYK00.460.600.50
HSL13.42º42.7%34.9%-
HSV(B)13.42º59.84%49.8%-
XYZ11.428.894.25-
YUV83.7109.55158.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=51.63%
G=27.64%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127685100.460.600.5013.4242.734.9
Hex7F443302E3C32d2b23
Octal177104630567462155343
Binary1111111100010011001101011101111001100101101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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