#84422E

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

Shades of Peanut #84422E

Tints of Peanut #84422E

Color information

#84422E (or 0x84422E) is unknown color: approx Peanut. HEX triplet: 84, 42 and 2E. RGB value is (132,66,46). Sum of RGB (Red+Green+Blue) = 132+66+46=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84422E is #7BBDD1. Grayscale: #535353. Windows color (decimal): -8109522 or 3031684. OLE color: 3031684.

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

Color convert

RGB1326646-
CMYK00.50.650.48
HSL13.95º48.31%34.9%-
HSV(B)13.95º65.15%51.76%-
XYZ11.9693.69-
YUV83.45106.87162.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=54.10%
G=27.05%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132664600.50.650.4813.9548.3134.9
Hex84422E0324130e3023
Octal2041025606210160166043
Binary100001001000010101110011001010000011100001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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