#824530

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

Shades of Peanut #824530

Tints of Peanut #824530

Color information

#824530 (or 0x824530) is unknown color: approx Peanut. HEX triplet: 82, 45 and 30. RGB value is (130,69,48). Sum of RGB (Red+Green+Blue) = 130+69+48=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #824530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824530 is #7DBACF. Grayscale: #545454. Windows color (decimal): -8239824 or 3163522. OLE color: 3163522.

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

Color convert

RGB1306948-
CMYK00.470.630.49
HSL15.37º46.07%34.9%-
HSV(B)15.37º63.08%50.98%-
XYZ11.879.223.95-
YUV84.84107.21160.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=52.63%
G=27.94%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130694800.470.630.4915.3746.0734.9
Hex82453002F3F31f2e23
Octal202105600577761175643
Binary10000010100010111000001011111111111100011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824530; }

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

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

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

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

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

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

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

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