#83412c

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

Shades of Peanut #83412C

Tints of Peanut #83412C

Color information

#83412C (or 0x83412C) is unknown color: approx Peanut. HEX triplet: 83, 41 and 2C. RGB value is (131,65,44). Sum of RGB (Red+Green+Blue) = 131+65+44=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83412C is #7CBED3. Grayscale: #525252. Windows color (decimal): -8175316 or 2900355. OLE color: 2900355.

HSL color Cylindrical-coordinate representation of color #83412C: hue angle of 14.48º degrees, saturation: 0.5, 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 #83412C is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1316544-
CMYK00.500.660.49
HSL14.48º49.71%34.31%-
HSV(B)14.48º66.41%51.37%-
XYZ11.78.793.46-
YUV82.34106.37162.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=54.58%
G=27.08%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131654400.500.660.4914.4849.7134.31
Hex83412C0324231e3222
Octal2031015406210261166242
Binary100000111000001101100011001010000101100011110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83412c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,65,44); }

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

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

 a { background-color: rgb(131,65,44); }

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

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

 span { border-color: rgb(131,65,44); }

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