#824433

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

Shades of Peanut #824433

Tints of Peanut #824433

Color information

#824433 (or 0x824433) is unknown color: approx Peanut. HEX triplet: 82, 44 and 33. RGB value is (130,68,51). Sum of RGB (Red+Green+Blue) = 130+68+51=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824433 is #7DBBCC. Grayscale: #545454. Windows color (decimal): -8240077 or 3359874. OLE color: 3359874.

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

Color convert

RGB1306851-
CMYK00.480.610.49
HSL12.91º43.65%35.49%-
HSV(B)12.91º60.77%50.98%-
XYZ11.879.124.27-
YUV84.6109.04160.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=52.21%
G=27.31%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130685100.480.610.4912.9143.6535.49
Hex8244330303D31d2c23
Octal202104630607561155443
Binary10000010100010011001101100001111011100011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824433; }

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

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

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

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

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

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

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

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