#7C3F2F

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

Shades of Peanut #7C3F2F

Tints of Peanut #7C3F2F

Color information

#7C3F2F (or 0x7C3F2F) is unknown color: approx Peanut. HEX triplet: 7C, 3F and 2F. RGB value is (124,63,47). Sum of RGB (Red+Green+Blue) = 124+63+47=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3F2F is #83C0D0. Grayscale: #4F4F4F. Windows color (decimal): -8634577 or 3096444. OLE color: 3096444.

HSL color Cylindrical-coordinate representation of color #7C3F2F: hue angle of 12.47º 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 #7C3F2F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1246347-
CMYK00.490.620.51
HSL12.47º45.03%33.53%-
HSV(B)12.47º62.1%48.63%-
XYZ10.68.053.68-
YUV79.41109.71159.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.99%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 47 (18.75% from 255) = 20.09%
R=52.99%
G=26.92%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124634700.490.620.5112.4745.0333.53
Hex7C3F2F0313E33c2d22
Octal17477570617663145542
Binary111110011111110111101100011111101100111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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