#80412F

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

Shades of Peanut #80412F

Tints of Peanut #80412F

Color information

#80412F (or 0x80412F) is unknown color: approx Peanut. HEX triplet: 80, 41 and 2F. RGB value is (128,65,47). Sum of RGB (Red+Green+Blue) = 128+65+47=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80412F is #7FBED0. Grayscale: #515151. Windows color (decimal): -8371921 or 3096960. OLE color: 3096960.

HSL color Cylindrical-coordinate representation of color #80412F: hue angle of 13.33º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80412F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB1286547-
CMYK00.490.630.50
HSL13.33º46.29%34.31%-
HSV(B)13.33º63.28%50.2%-
XYZ11.318.583.75-
YUV81.78108.37160.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=53.33%
G=27.08%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128654700.490.630.5013.3346.2934.31
Hex80412F0313F32d2e22
Octal200101570617762155642
Binary10000000100000110111101100011111111100101101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80412F; }

 p { color: rgb(128,65,47); }

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

<style>
 a { background-color: #80412F; }

 a { background-color: rgb(128,65,47); }

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

<style>
 span { border-color: #80412F; }

 span { border-color: rgb(128,65,47); }

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