#82402c

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

Shades of Peanut #82402C

Tints of Peanut #82402C

Color information

#82402C (or 0x82402C) is unknown color: approx Peanut. HEX triplet: 82, 40 and 2C. RGB value is (130,64,44). Sum of RGB (Red+Green+Blue) = 130+64+44=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82402C is #7DBFD3. Grayscale: #515151. Windows color (decimal): -8241108 or 2900098. OLE color: 2900098.

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

Color convert

RGB1306444-
CMYK00.510.660.49
HSL13.95º49.43%34.12%-
HSV(B)13.95º66.15%50.98%-
XYZ11.498.593.44-
YUV81.45106.87162.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=54.62%
G=26.89%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130644400.510.660.4913.9549.4334.12
Hex82402C0334231e3122
Octal2021005406310261166142
Binary100000101000000101100011001110000101100011110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82402c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82402c; }

 p { color: rgb(130,64,44); }

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

<style>
 a { background-color: #82402c; }

 a { background-color: rgb(130,64,44); }

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

<style>
 span { border-color: #82402c; }

 span { border-color: rgb(130,64,44); }

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