#7C4835

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

Shades of Peanut #7C4835

Tints of Peanut #7C4835

Color information

#7C4835 (or 0x7C4835) is unknown color: approx Peanut. HEX triplet: 7C, 48 and 35. RGB value is (124,72,53). Sum of RGB (Red+Green+Blue) = 124+72+53=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4835 is #83B7CA. Grayscale: #555555. Windows color (decimal): -8632267 or 3491964. OLE color: 3491964.

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

Color convert

RGB1247253-
CMYK00.420.570.51
HSL16.06º40.11%34.71%-
HSV(B)16.06º57.26%48.63%-
XYZ11.279.184.55-
YUV85.38109.73155.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=49.80%
G=28.92%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124725300.420.570.5116.0640.1134.71
Hex7C483502A3933102823
Octal174110650527163205043
Binary11111001001000110101010101011100111001110000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,53); }

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

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

 a { background-color: rgb(124,72,53); }

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

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

 span { border-color: rgb(124,72,53); }

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