#824535

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

Shades of Peanut #824535

Tints of Peanut #824535

Color information

#824535 (or 0x824535) is unknown color: approx Peanut. HEX triplet: 82, 45 and 35. RGB value is (130,69,53). Sum of RGB (Red+Green+Blue) = 130+69+53=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824535 is #7DBACA. Grayscale: #555555. Windows color (decimal): -8239819 or 3491202. OLE color: 3491202.

HSL color Cylindrical-coordinate representation of color #824535: hue angle of 12.47º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824535 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1306953-
CMYK00.470.590.49
HSL12.47º42.08%35.88%-
HSV(B)12.47º59.23%50.98%-
XYZ11.989.264.52-
YUV85.42109.71159.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=51.59%
G=27.38%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130695300.470.590.4912.4742.0835.88
Hex82453502F3B31c2a24
Octal202105650577361145244
Binary10000010100010111010101011111110111100011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824535; }

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

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

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

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

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

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

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

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