#82412D

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

Shades of Peanut #82412D

Tints of Peanut #82412D

Color information

#82412D (or 0x82412D) is unknown color: approx Peanut. HEX triplet: 82, 41 and 2D. RGB value is (130,65,45). Sum of RGB (Red+Green+Blue) = 130+65+45=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82412D is #7DBED2. Grayscale: #525252. Windows color (decimal): -8240851 or 2965890. OLE color: 2965890.

HSL color Cylindrical-coordinate representation of color #82412D: hue angle of 14.12º 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 #82412D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1306545-
CMYK00.500.650.49
HSL14.12º48.57%34.31%-
HSV(B)14.12º65.38%50.98%-
XYZ11.578.723.56-
YUV82.16107.03162.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=54.17%
G=27.08%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130654500.500.650.4914.1248.5734.31
Hex82412D0324131e3122
Octal2021015506210161166142
Binary100000101000001101101011001010000011100011110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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