#7C412F

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

Shades of Peanut #7C412F

Tints of Peanut #7C412F

Color information

#7C412F (or 0x7C412F) is unknown color: approx Peanut. HEX triplet: 7C, 41 and 2F. RGB value is (124,65,47). Sum of RGB (Red+Green+Blue) = 124+65+47=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C412F is #83BED0. Grayscale: #505050. Windows color (decimal): -8634065 or 3096956. OLE color: 3096956.

HSL color Cylindrical-coordinate representation of color #7C412F: hue angle of 14.03º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C412F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1246547-
CMYK00.480.620.51
HSL14.03º45.03%33.53%-
HSV(B)14.03º62.1%48.63%-
XYZ10.728.273.72-
YUV80.59109.05158.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=52.54%
G=27.54%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124654700.480.620.5114.0345.0333.53
Hex7C412F0303E33e2d22
Octal174101570607663165542
Binary1111100100000110111101100001111101100111110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,47); }

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

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

 a { background-color: rgb(124,65,47); }

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

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

 span { border-color: rgb(124,65,47); }

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