#82422D

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

Shades of Peanut #82422D

Tints of Peanut #82422D

Color information

#82422D (or 0x82422D) is unknown color: approx Peanut. HEX triplet: 82, 42 and 2D. RGB value is (130,66,45). Sum of RGB (Red+Green+Blue) = 130+66+45=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82422D is #7DBDD2. Grayscale: #525252. Windows color (decimal): -8240595 or 2966146. OLE color: 2966146.

HSL color Cylindrical-coordinate representation of color #82422D: hue angle of 14.82º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82422D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1306645-
CMYK00.490.650.49
HSL14.82º48.57%34.31%-
HSV(B)14.82º65.38%50.98%-
XYZ11.638.833.57-
YUV82.74106.7161.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=53.94%
G=27.39%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130664500.490.650.4914.8248.5734.31
Hex82422D0314131f3122
Octal2021025506110161176142
Binary100000101000010101101011000110000011100011111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82422D; }

 p { color: rgb(130,66,45); }

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

<style>
 a { background-color: #82422D; }

 a { background-color: rgb(130,66,45); }

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

<style>
 span { border-color: #82422D; }

 span { border-color: rgb(130,66,45); }

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