#7F4834

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

Shades of Peanut #7F4834

Tints of Peanut #7F4834

Color information

#7F4834 (or 0x7F4834) is unknown color: approx Peanut. HEX triplet: 7F, 48 and 34. RGB value is (127,72,52). Sum of RGB (Red+Green+Blue) = 127+72+52=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4834 is #80B7CB. Grayscale: #565656. Windows color (decimal): -8435660 or 3426431. OLE color: 3426431.

HSL color Cylindrical-coordinate representation of color #7F4834: hue angle of 16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F4834 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1277252-
CMYK00.430.590.50
HSL16º41.9%35.1%-
HSV(B)16º59.06%49.8%-
XYZ11.699.394.45-
YUV86.16108.72157.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=50.60%
G=28.69%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127725200.430.590.501641.935.1
Hex7F483402B3B32102a23
Octal177110640537362205243
Binary11111111001000110100010101111101111001010000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,72,52); }

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

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

 a { background-color: rgb(127,72,52); }

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

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

 span { border-color: rgb(127,72,52); }

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