#824431

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

Shades of Peanut #824431

Tints of Peanut #824431

Color information

#824431 (or 0x824431) is unknown color: approx Peanut. HEX triplet: 82, 44 and 31. RGB value is (130,68,49). Sum of RGB (Red+Green+Blue) = 130+68+49=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #824431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824431 is #7DBBCE. Grayscale: #545454. Windows color (decimal): -8240079 or 3228802. OLE color: 3228802.

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

Color convert

RGB1306849-
CMYK00.480.620.49
HSL14.07º45.25%35.1%-
HSV(B)14.07º62.31%50.98%-
XYZ11.839.14.04-
YUV84.37108.04160.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=52.63%
G=27.53%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130684900.480.620.4914.0745.2535.1
Hex8244310303E31e2d23
Octal202104610607661165543
Binary10000010100010011000101100001111101100011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824431; }

 p { color: rgb(130,68,49); }

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

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

 a { background-color: rgb(130,68,49); }

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

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

 span { border-color: rgb(130,68,49); }

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