#82412E

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

Shades of Peanut #82412E

Tints of Peanut #82412E

Color information

#82412E (or 0x82412E) is unknown color: approx Peanut. HEX triplet: 82, 41 and 2E. RGB value is (130,65,46). Sum of RGB (Red+Green+Blue) = 130+65+46=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82412E is #7DBED1. Grayscale: #525252. Windows color (decimal): -8240850 or 3031426. OLE color: 3031426.

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

Color convert

RGB1306546-
CMYK00.500.650.49
HSL13.57º47.73%34.51%-
HSV(B)13.57º64.62%50.98%-
XYZ11.598.723.66-
YUV82.27107.53162.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=53.94%
G=26.97%
B=19.09%

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
Decimal130654600.500.650.4913.5747.7334.51
Hex82412E0324131e3023
Octal2021015606210161166043
Binary100000101000001101110011001010000011100011110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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