#7D4835

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

Shades of Peanut #7D4835

Tints of Peanut #7D4835

Color information

#7D4835 (or 0x7D4835) is unknown color: approx Peanut. HEX triplet: 7D, 48 and 35. RGB value is (125,72,53). Sum of RGB (Red+Green+Blue) = 125+72+53=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4835 is #82B7CA. Grayscale: #555555. Windows color (decimal): -8566731 or 3491965. OLE color: 3491965.

HSL color Cylindrical-coordinate representation of color #7D4835: hue angle of 15.83º degrees, saturation: 0.4, 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 #7D4835 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1257253-
CMYK00.420.580.51
HSL15.83º40.45%34.9%-
HSV(B)15.83º57.6%49.02%-
XYZ11.429.254.55-
YUV85.68109.56156.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=50%
G=28.8%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125725300.420.580.5115.8340.4534.9
Hex7D483502A3A33102823
Octal175110650527263205043
Binary11111011001000110101010101011101011001110000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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