#804632

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

Shades of Peanut #804632

Tints of Peanut #804632

Color information

#804632 (or 0x804632) is unknown color: approx Peanut. HEX triplet: 80, 46 and 32. RGB value is (128,70,50). Sum of RGB (Red+Green+Blue) = 128+70+50=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #804632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804632 is #7FB9CD. Grayscale: #555555. Windows color (decimal): -8370638 or 3294848. OLE color: 3294848.

HSL color Cylindrical-coordinate representation of color #804632: hue angle of 15.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804632 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1287050-
CMYK00.450.610.50
HSL15.38º43.82%34.9%-
HSV(B)15.38º60.94%50.2%-
XYZ11.679.24.18-
YUV85.06108.22158.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=51.61%
G=28.23%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128705000.450.610.5015.3843.8234.9
Hex80463202D3D32f2c23
Octal200106620557562175443
Binary10000000100011011001001011011111011100101111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804632; }

 p { color: rgb(128,70,50); }

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

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

 a { background-color: rgb(128,70,50); }

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

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

 span { border-color: rgb(128,70,50); }

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