#847E2E

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

Shades of Pesto #847E2E

Tints of Pesto #847E2E

Color information

#847E2E (or 0x847E2E) is unknown color: approx Pesto. HEX triplet: 84, 7E and 2E. RGB value is (132,126,46). Sum of RGB (Red+Green+Blue) = 132+126+46=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #847E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E2E is #7B81D1. Grayscale: #777777. Windows color (decimal): -8094162 or 3047044. OLE color: 3047044.

HSL color Cylindrical-coordinate representation of color #847E2E: hue angle of 55.81º 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 #847E2E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13212646-
CMYK00.050.650.48
HSL55.81º48.31%34.9%-
HSV(B)55.81º65.15%51.76%-
XYZ17.4720.025.53-
YUV118.6786.99137.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=43.42%
G=41.45%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321264600.050.650.4855.8148.3134.9
Hex847E2E054130383023
Octal204176560510160706043
Binary10000100111111010111001011000001110000111000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847E2E; }

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

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

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

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

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

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

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

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