#84422F

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

Shades of Peanut #84422F

Tints of Peanut #84422F

Color information

#84422F (or 0x84422F) is unknown color: approx Peanut. HEX triplet: 84, 42 and 2F. RGB value is (132,66,47). Sum of RGB (Red+Green+Blue) = 132+66+47=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84422F is #7BBDD0. Grayscale: #535353. Windows color (decimal): -8109521 or 3097220. OLE color: 3097220.

HSL color Cylindrical-coordinate representation of color #84422F: hue angle of 13.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84422F is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1326647-
CMYK00.50.640.48
HSL13.41º47.49%35.1%-
HSV(B)13.41º64.39%51.76%-
XYZ11.989.013.8-
YUV83.57107.37162.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=53.88%
G=26.94%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132664700.50.640.4813.4147.4935.1
Hex84422F0324030d2f23
Octal2041025706210060155743
Binary100001001000010101111011001010000001100001101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84422F; }

 p { color: rgb(132,66,47); }

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

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

 a { background-color: rgb(132,66,47); }

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

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

 span { border-color: rgb(132,66,47); }

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