#804130

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

Shades of Peanut #804130

Tints of Peanut #804130

Color information

#804130 (or 0x804130) is unknown color: approx Peanut. HEX triplet: 80, 41 and 30. RGB value is (128,65,48). Sum of RGB (Red+Green+Blue) = 128+65+48=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #804130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804130 is #7FBECF. Grayscale: #525252. Windows color (decimal): -8371920 or 3162496. OLE color: 3162496.

HSL color Cylindrical-coordinate representation of color #804130: hue angle of 12.75º 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 #804130 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1286548-
CMYK00.490.620.50
HSL12.75º45.45%34.51%-
HSV(B)12.75º62.5%50.2%-
XYZ11.338.583.86-
YUV81.9108.87160.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=53.11%
G=26.97%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128654800.490.620.5012.7545.4534.51
Hex8041300313E32d2d23
Octal200101600617662155543
Binary10000000100000111000001100011111101100101101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804130; }

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

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

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

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

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

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

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

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