#824430

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

Shades of Peanut #824430

Tints of Peanut #824430

Color information

#824430 (or 0x824430) is unknown color: approx Peanut. HEX triplet: 82, 44 and 30. RGB value is (130,68,48). Sum of RGB (Red+Green+Blue) = 130+68+48=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824430 is #7DBBCF. Grayscale: #545454. Windows color (decimal): -8240080 or 3163266. OLE color: 3163266.

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

Color convert

RGB1306848-
CMYK00.480.630.49
HSL14.63º46.07%34.9%-
HSV(B)14.63º63.08%50.98%-
XYZ11.819.093.93-
YUV84.26107.54160.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=52.85%
G=27.64%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130684800.480.630.4914.6346.0734.9
Hex8244300303F31f2e23
Octal202104600607761175643
Binary10000010100010011000001100001111111100011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824430; }

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

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

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

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

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

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

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

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