#824532

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

Shades of Peanut #824532

Tints of Peanut #824532

Color information

#824532 (or 0x824532) is unknown color: approx Peanut. HEX triplet: 82, 45 and 32. RGB value is (130,69,50). Sum of RGB (Red+Green+Blue) = 130+69+50=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824532 is #7DBACD. Grayscale: #555555. Windows color (decimal): -8239822 or 3294594. OLE color: 3294594.

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

Color convert

RGB1306950-
CMYK00.470.620.49
HSL14.25º44.44%35.29%-
HSV(B)14.25º61.54%50.98%-
XYZ11.919.234.17-
YUV85.07108.21160.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=52.21%
G=27.71%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130695000.470.620.4914.2544.4435.29
Hex82453202F3E31e2c23
Octal202105620577661165443
Binary10000010100010111001001011111111101100011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824532; }

 p { color: rgb(130,69,50); }

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

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

 a { background-color: rgb(130,69,50); }

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

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

 span { border-color: rgb(130,69,50); }

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