#7C4734

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

Shades of Peanut #7C4734

Tints of Peanut #7C4734

Color information

#7C4734 (or 0x7C4734) is unknown color: approx Peanut. HEX triplet: 7C, 47 and 34. RGB value is (124,71,52). Sum of RGB (Red+Green+Blue) = 124+71+52=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4734 is #83B8CB. Grayscale: #545454. Windows color (decimal): -8632524 or 3426172. OLE color: 3426172.

HSL color Cylindrical-coordinate representation of color #7C4734: hue angle of 15.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C4734 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1247152-
CMYK00.430.580.51
HSL15.83º40.91%34.51%-
HSV(B)15.83º58.06%48.63%-
XYZ11.199.044.4-
YUV84.68109.56156.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=50.20%
G=28.74%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124715200.430.580.5115.8340.9134.51
Hex7C473402B3A33102923
Octal174107640537263205143
Binary11111001000111110100010101111101011001110000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,52); }

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

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

 a { background-color: rgb(124,71,52); }

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

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

 span { border-color: rgb(124,71,52); }

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