#83412D

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

Shades of Peanut #83412D

Tints of Peanut #83412D

Color information

#83412D (or 0x83412D) is unknown color: approx Peanut. HEX triplet: 83, 41 and 2D. RGB value is (131,65,45). Sum of RGB (Red+Green+Blue) = 131+65+45=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83412D is #7CBED2. Grayscale: #525252. Windows color (decimal): -8175315 or 2965891. OLE color: 2965891.

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

Color convert

RGB1316545-
CMYK00.500.660.49
HSL13.95º48.86%34.51%-
HSV(B)13.95º65.65%51.37%-
XYZ11.728.83.56-
YUV82.45106.87162.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=54.36%
G=26.97%
B=18.67%

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
Decimal131654500.500.660.4913.9548.8634.51
Hex83412D0324231e3123
Octal2031015506210261166143
Binary100000111000001101101011001010000101100011110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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