#804430

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

Shades of Peanut #804430

Tints of Peanut #804430

Color information

#804430 (or 0x804430) is unknown color: approx Peanut. HEX triplet: 80, 44 and 30. RGB value is (128,68,48). Sum of RGB (Red+Green+Blue) = 128+68+48=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804430 is #7FBBCF. Grayscale: #535353. Windows color (decimal): -8371152 or 3163264. OLE color: 3163264.

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

Color convert

RGB1286848-
CMYK00.470.620.50
HSL15º45.45%34.51%-
HSV(B)15º62.5%50.2%-
XYZ11.58.943.92-
YUV83.66107.88159.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=52.46%
G=27.87%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128684800.470.620.501545.4534.51
Hex80443002F3E32f2d23
Octal200104600577662175543
Binary10000000100010011000001011111111101100101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804430; }

 p { color: rgb(128,68,48); }

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

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

 a { background-color: rgb(128,68,48); }

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

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

 span { border-color: rgb(128,68,48); }

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