#7D4230

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

Shades of Peanut #7D4230

Tints of Peanut #7D4230

Color information

#7D4230 (or 0x7D4230) is unknown color: approx Peanut. HEX triplet: 7D, 42 and 30. RGB value is (125,66,48). Sum of RGB (Red+Green+Blue) = 125+66+48=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4230 is #82BDCF. Grayscale: #515151. Windows color (decimal): -8568272 or 3162749. OLE color: 3162749.

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

Color convert

RGB1256648-
CMYK00.470.620.51
HSL14.03º44.51%33.92%-
HSV(B)14.03º61.6%49.02%-
XYZ10.948.473.85-
YUV81.59109.05158.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=52.30%
G=27.62%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125664800.470.620.5114.0344.5133.92
Hex7D423002F3E33e2d22
Octal175102600577663165542
Binary1111101100001011000001011111111101100111110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,66,48); }

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

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

 a { background-color: rgb(125,66,48); }

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

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

 span { border-color: rgb(125,66,48); }

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