#7E4733

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

Shades of Peanut #7E4733

Tints of Peanut #7E4733

Color information

#7E4733 (or 0x7E4733) is unknown color: approx Peanut. HEX triplet: 7E, 47 and 33. RGB value is (126,71,51). Sum of RGB (Red+Green+Blue) = 126+71+51=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4733 is #81B8CC. Grayscale: #555555. Windows color (decimal): -8501453 or 3360638. OLE color: 3360638.

HSL color Cylindrical-coordinate representation of color #7E4733: hue angle of 16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4733 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1267151-
CMYK00.440.600.51
HSL16º42.37%34.71%-
HSV(B)16º59.52%49.41%-
XYZ11.459.184.3-
YUV85.16108.72157.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.81%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=50.81%
G=28.63%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126715100.440.600.511642.3734.71
Hex7E473302C3C33102a23
Octal176107630547463205243
Binary11111101000111110011010110011110011001110000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,71,51); }

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

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

 a { background-color: rgb(126,71,51); }

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

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

 span { border-color: rgb(126,71,51); }

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